diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 8a2b658cd..df7473858 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -150,6 +150,11 @@ use_accurate_gpu_emulation = | |||
| 150 | # 0 : Off (slow), 1 (default): On (fast) | 150 | # 0 : Off (slow), 1 (default): On (fast) |
| 151 | use_asynchronous_gpu_emulation = | 151 | use_asynchronous_gpu_emulation = |
| 152 | 152 | ||
| 153 | # Forces VSync on the display thread. Usually doesn't impact performance, but on some drivers it can | ||
| 154 | # so only turn this off if you notice a speed difference. | ||
| 155 | # 0: Off, 1 (default): On | ||
| 156 | use_vsync = | ||
| 157 | |||
| 153 | # The clear color for the renderer. What shows up on the sides of the bottom screen. | 158 | # The clear color for the renderer. What shows up on the sides of the bottom screen. |
| 154 | # Must be in range of 0.0-1.0. Defaults to 1.0 for all. | 159 | # Must be in range of 0.0-1.0. Defaults to 1.0 for all. |
| 155 | bg_red = | 160 | bg_red = |