diff options
Diffstat (limited to 'src/debug/GdbArch.h')
-rw-r--r-- | src/debug/GdbArch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/GdbArch.h b/src/debug/GdbArch.h index 45f1c1b..1d45fb0 100644 --- a/src/debug/GdbArch.h +++ b/src/debug/GdbArch.h @@ -5,6 +5,7 @@ namespace Gdb { +using namespace melonDS; enum class Register : int { r0, |