diff options
| author | polaris- <nagatospam@gmail.com> | 2015-09-02 08:56:38 -0400 |
|---|---|---|
| committer | polaris- <nagatospam@gmail.com> | 2015-09-19 22:28:02 -0400 |
| commit | 5114d756470ff70b0ce8c6f3ff98000462aaef35 (patch) | |
| tree | 8d4a5d94b02cb2499153922542af91aaf21837bb /src/core/settings.h | |
| parent | f7b4f44adfb3d27c5ef5949115accf5caa8354f3 (diff) | |
Implement gdbstub
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 6ca0e1afc..b6b395a79 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -6,6 +6,7 @@ #include <string> #include <array> +#include <common/file_util.h> namespace Settings { @@ -60,6 +61,10 @@ struct Values { float bg_blue; std::string log_filter; + + // Debugging + bool use_gdbstub; + u16 gdbstub_port; } extern values; } |
