aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 67e6b33..b40dce9 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -134,7 +134,15 @@ enum ConfigEntry
AudioBitDepth,
- DSi_FullBIOSBoot
+ DSi_FullBIOSBoot,
+
+#ifdef GDBSTUB_ENABLED
+ GdbEnabled,
+ GdbPortARM7,
+ GdbPortARM9,
+ GdbARM7BreakOnStartup,
+ GdbARM9BreakOnStartup,
+#endif
};
int GetConfigInt(ConfigEntry entry);