diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-20 17:49:09 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-20 17:49:09 -0500 |
commit | 17d8e25cbfd0c8937c8791bc1941af85f9541666 (patch) | |
tree | 334d1ccaa0fdba0cd02cf4b721de2b0408ca62c6 /src/yuzu_cmd/default_ini.h | |
parent | a819116154f171e32e8b67a4d4b7b881885af878 (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/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index ecf625e7b..d73669f36 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -206,6 +206,8 @@ log_filter = *:Trace # Port for listening to GDB connections. use_gdbstub=false gdbstub_port=24689 +# Determines whether or not yuzu will dump the ExeFS of all games it attempts to load while loading them +dump_exefs=false # Determines whether or not yuzu will dump all NSOs it attempts to load while loading them dump_nso=false |