diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 3ee0e037d..4ce8e08e4 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -325,6 +325,12 @@ dump_nso=false | |||
| 325 | # Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode | 325 | # Determines whether or not yuzu will report to the game that the emulated console is in Kiosk Mode |
| 326 | # false: Retail/Normal Mode (default), true: Kiosk Mode | 326 | # false: Retail/Normal Mode (default), true: Kiosk Mode |
| 327 | quest_flag = | 327 | quest_flag = |
| 328 | # Determines whether debug asserts should be enabled, which will throw an exception on asserts. | ||
| 329 | # false: Disabled (default), true: Enabled | ||
| 330 | use_debug_asserts = | ||
| 331 | # Determines whether unimplemented HLE service calls should be automatically stubbed. | ||
| 332 | # false: Disabled (default), true: Enabled | ||
| 333 | use_auto_stub = | ||
| 328 | # Enables/Disables the macro JIT compiler | 334 | # Enables/Disables the macro JIT compiler |
| 329 | disable_macro_jit=false | 335 | disable_macro_jit=false |
| 330 | 336 | ||