diff options
| author | 2021-06-16 14:03:01 -0400 | |
|---|---|---|
| committer | 2021-06-16 14:03:01 -0400 | |
| commit | 92942fe01bf290d247e1a51562a07fe280448b47 (patch) | |
| tree | 0868b1e5d5ae17a77dc18f678eb454b3e8f16c2b /src/common/settings.h | |
| parent | Merge pull request #6462 from Morph1984/proper-flush (diff) | |
| parent | common: fs: file: Remove redundant call to WriteStringToFile (diff) | |
| download | yuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar.gz yuzu-92942fe01bf290d247e1a51562a07fe280448b47.tar.xz yuzu-92942fe01bf290d247e1a51562a07fe280448b47.zip | |
Merge pull request #6460 from Morph1984/fs-access-log-fix
fsp_srv: Fix filesystem access logging
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 { | |||
| 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; |