diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-10-29 16:09:08 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-29 16:09:08 -0400 |
commit | 48eb3742b9f84108538e2a41019aa9d5d47f7352 (patch) | |
tree | 27b5ee039535f2357589052bc3021a8274ae47b3 /src/yuzu_cmd/default_ini.h | |
parent | 9078bb9854cff3f77ac28a15dffff06bb31b3755 (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/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 e0b223cd6..d83498358 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -201,6 +201,8 @@ log_filter = *:Trace # Port for listening to GDB connections. use_gdbstub=false gdbstub_port=24689 +# Determines whether or not yuzu will dump all NSOs it attempts to load while loading them +dump_nso=false [WebService] # Whether or not to enable telemetry |