diff options
author | bunnei <bunneidev@gmail.com> | 2018-11-15 23:46:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 23:46:10 +0100 |
commit | 97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51 (patch) | |
tree | c6f69e9269a8e6c4771b1fb338c2677d62f7c48e /src/yuzu_cmd/default_ini.h | |
parent | Merge pull request #1691 from lioncash/audren (diff) | |
parent | patch_manager: Add support for dumping decompressed NSOs (diff) | |
download | yuzu-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/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 dd6644d79..ecf625e7b 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 all NSOs it attempts to load while loading them +dump_nso=false [WebService] # Whether or not to enable telemetry |