diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index a3b8432f5..d9a2a460c 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -330,10 +330,6 @@ bg_red = | |||
| 330 | bg_blue = | 330 | bg_blue = |
| 331 | bg_green = | 331 | bg_green = |
| 332 | 332 | ||
| 333 | # Caps the unlocked framerate to a multiple of the title's target FPS. | ||
| 334 | # 1 - 1000: Target FPS multiple cap. 1000 (default) | ||
| 335 | fps_cap = | ||
| 336 | |||
| 337 | [Audio] | 333 | [Audio] |
| 338 | # Which audio output engine to use. | 334 | # Which audio output engine to use. |
| 339 | # auto (default): Auto-select | 335 | # auto (default): Auto-select |
| @@ -434,9 +430,6 @@ use_debug_asserts = | |||
| 434 | use_auto_stub = | 430 | use_auto_stub = |
| 435 | # Enables/Disables the macro JIT compiler | 431 | # Enables/Disables the macro JIT compiler |
| 436 | disable_macro_jit=false | 432 | disable_macro_jit=false |
| 437 | # Presents guest frames as they become available. Experimental. | ||
| 438 | # false: Disabled (default), true: Enabled | ||
| 439 | disable_fps_limit=false | ||
| 440 | # Determines whether to enable the GDB stub and wait for the debugger to attach before running. | 433 | # Determines whether to enable the GDB stub and wait for the debugger to attach before running. |
| 441 | # false: Disabled (default), true: Enabled | 434 | # false: Disabled (default), true: Enabled |
| 442 | use_gdbstub=false | 435 | use_gdbstub=false |