aboutsummaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-20 17:49:09 -0500
committerZach Hilman <zachhilman@gmail.com>2018-11-20 17:49:09 -0500
commit17d8e25cbfd0c8937c8791bc1941af85f9541666 (patch)
tree334d1ccaa0fdba0cd02cf4b721de2b0408ca62c6 /src/core/settings.h
parenta819116154f171e32e8b67a4d4b7b881885af878 (diff)
settings: Add option to dump ExeFS of games upon launch
When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
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 e424479f2..9767bc162 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_exefs;
bool dump_nso;
// WebService