diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 9a935a0d5..6ed9e7962 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -102,6 +102,14 @@ resolution_factor = | |||
| 102 | # 0 (default): Off, 1: On | 102 | # 0 (default): Off, 1: On |
| 103 | use_vsync = | 103 | use_vsync = |
| 104 | 104 | ||
| 105 | # Turns on the frame limiter, which will limit frames output to the target game speed | ||
| 106 | # 0: Off, 1: On (default) | ||
| 107 | use_frame_limit = | ||
| 108 | |||
| 109 | # Limits the speed of the game to run no faster than this value as a percentage of target speed | ||
| 110 | # 1 - 9999: Speed limit as a percentage of target game speed. 100 (default) | ||
| 111 | frame_limit = | ||
| 112 | |||
| 105 | # Whether to use accurate framebuffers | 113 | # Whether to use accurate framebuffers |
| 106 | # 0 (default): Off (fast), 1 : On (slow) | 114 | # 0 (default): Off (fast), 1 : On (slow) |
| 107 | use_accurate_framebuffers = | 115 | use_accurate_framebuffers = |
| @@ -132,10 +140,6 @@ custom_bottom_top = | |||
| 132 | custom_bottom_right = | 140 | custom_bottom_right = |
| 133 | custom_bottom_bottom = | 141 | custom_bottom_bottom = |
| 134 | 142 | ||
| 135 | # Whether to toggle frame limiter on or off. | ||
| 136 | # 0: Off, 1 (default): On | ||
| 137 | toggle_framelimit = | ||
| 138 | |||
| 139 | # Swaps the prominent screen with the other screen. | 143 | # Swaps the prominent screen with the other screen. |
| 140 | # For example, if Single Screen is chosen, setting this to 1 will display the bottom screen instead of the top screen. | 144 | # For example, if Single Screen is chosen, setting this to 1 will display the bottom screen instead of the top screen. |
| 141 | # 0 (default): Top Screen is prominent, 1: Bottom Screen is prominent | 145 | # 0 (default): Top Screen is prominent, 1: Bottom Screen is prominent |