summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-10-29 16:09:08 -0400
committerZach Hilman <zachhilman@gmail.com>2018-10-29 16:09:08 -0400
commit48eb3742b9f84108538e2a41019aa9d5d47f7352 (patch)
tree27b5ee039535f2357589052bc3021a8274ae47b3 /src/core/settings.h
parent9078bb9854cff3f77ac28a15dffff06bb31b3755 (diff)
settings: Add setting to control NSO dumping
Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index b5aeff29b..0af9dd416 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -157,6 +157,7 @@ struct Values {
bool use_gdbstub;
u16 gdbstub_port;
std::string program_args;
+ bool dump_nso;
// WebService
bool enable_telemetry;