diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-16 14:03:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 14:03:01 -0400 |
commit | 92942fe01bf290d247e1a51562a07fe280448b47 (patch) | |
tree | 0868b1e5d5ae17a77dc18f678eb454b3e8f16c2b /src/yuzu_cmd/default_ini.h | |
parent | 78651b54760b4a33984db0e0ad421185606834f8 (diff) | |
parent | 74790e4f33b5d287859ae91df984753eaa84aa28 (diff) |
Merge pull request #6460 from Morph1984/fs-access-log-fix
fsp_srv: Fix filesystem access logging
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 f48d935a1..c32421671 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -338,6 +338,8 @@ record_frame_times = dump_exefs=false # Determines whether or not yuzu will dump all NSOs it attempts to load while loading them dump_nso=false +# Determines whether or not yuzu will save the filesystem access log. +enable_fs_access_log=false # Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode # false: Retail/Normal Mode (default), true: Kiosk Mode quest_flag = |