summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorGravatar Morph2021-06-13 04:30:54 -0400
committerGravatar Morph2021-06-16 00:06:02 -0400
commit0f48292de19227fcc61dd9ea71be321824368f9e (patch)
tree35a6d30abdc9435973116d145ff4db3a7ec22a54 /src/common/settings.h
parentMerge pull request #6470 from ameerj/lm-silence (diff)
downloadyuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar.gz
yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar.xz
yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.zip
fsp_srv: Fix filesystem access logging
This introduces a new setting Enable FS Access Log which saves the filesystem access log to sdmc:/FsAccessLog.txt If this setting is not enabled, this will indicate to FS to not call OutputAccessLogToSdCard. Fixes softlocks during loading in Xenoblade Chronicles 2 when certain DLC is enabled.
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 1af8c5ac2..bf34f2b5b 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -218,6 +218,7 @@ struct Values {
218 std::string program_args; 218 std::string program_args;
219 bool dump_exefs; 219 bool dump_exefs;
220 bool dump_nso; 220 bool dump_nso;
221 bool enable_fs_access_log;
221 bool reporting_services; 222 bool reporting_services;
222 bool quest_flag; 223 bool quest_flag;
223 bool disable_macro_jit; 224 bool disable_macro_jit;