summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-06-16 20:03:01 +0200
committerGitHub <noreply@github.com>2021-06-16 20:03:01 +0200
commit92942fe01bf290d247e1a51562a07fe280448b47 (patch)
tree0868b1e5d5ae17a77dc18f678eb454b3e8f16c2b /src/common/settings.h
parentMerge pull request #6462 from Morph1984/proper-flush (diff)
parentcommon: fs: file: Remove redundant call to WriteStringToFile (diff)
downloadyuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar
yuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar.gz
yuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar.bz2
yuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar.lz
yuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar.xz
yuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar.zst
yuzu-92942fe01bf290d247e1a51562a07fe280448b47.zip
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 {
std::string program_args;
bool dump_exefs;
bool dump_nso;
+ bool enable_fs_access_log;
bool reporting_services;
bool quest_flag;
bool disable_macro_jit;