summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-15 23:46:10 +0100
committerGitHub <noreply@github.com>2018-11-15 23:46:10 +0100
commit97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51 (patch)
treec6f69e9269a8e6c4771b1fb338c2677d62f7c48e /src/core/settings.h
parentMerge pull request #1691 from lioncash/audren (diff)
parentpatch_manager: Add support for dumping decompressed NSOs (diff)
downloadyuzu-97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51.tar
yuzu-97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51.tar.gz
yuzu-97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51.tar.bz2
yuzu-97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51.tar.lz
yuzu-97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51.tar.xz
yuzu-97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51.tar.zst
yuzu-97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51.zip
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 84dc5050b..e424479f2 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -159,6 +159,7 @@ struct Values {
bool use_gdbstub;
u16 gdbstub_port;
std::string program_args;
+ bool dump_nso;
// WebService
bool enable_telemetry;