diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-13 10:30:54 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-16 06:06:02 +0200 |
commit | 0f48292de19227fcc61dd9ea71be321824368f9e (patch) | |
tree | 35a6d30abdc9435973116d145ff4db3a7ec22a54 /src/common/settings.h | |
parent | Merge pull request #6470 from ameerj/lm-silence (diff) | |
download | yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar.gz yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar.bz2 yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar.lz yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar.xz yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.tar.zst yuzu-0f48292de19227fcc61dd9ea71be321824368f9e.zip |
Diffstat (limited to 'src/common/settings.h')
-rw-r--r-- | src/common/settings.h | 1 |
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; |