diff options
Diffstat (limited to '')
| -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 = | |||
| 338 | dump_exefs=false | 338 | dump_exefs=false |
| 339 | # Determines whether or not yuzu will dump all NSOs it attempts to load while loading them | 339 | # Determines whether or not yuzu will dump all NSOs it attempts to load while loading them |
| 340 | dump_nso=false | 340 | dump_nso=false |
| 341 | # Determines whether or not yuzu will save the filesystem access log. | ||
| 342 | enable_fs_access_log=false | ||
| 341 | # Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode | 343 | # Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode |
| 342 | # false: Retail/Normal Mode (default), true: Kiosk Mode | 344 | # false: Retail/Normal Mode (default), true: Kiosk Mode |
| 343 | quest_flag = | 345 | quest_flag = |