diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 1c438c3f5..5896971d4 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -102,6 +102,10 @@ resolution_factor = | |||
| 102 | # 0 (default): Off, 1: On | 102 | # 0 (default): Off, 1: On |
| 103 | use_vsync = | 103 | use_vsync = |
| 104 | 104 | ||
| 105 | # Whether to use accurate framebuffers | ||
| 106 | # 0 (default): Off (fast), 1 : On (slow) | ||
| 107 | use_accurate_framebuffers = | ||
| 108 | |||
| 105 | # The clear color for the renderer. What shows up on the sides of the bottom screen. | 109 | # The clear color for the renderer. What shows up on the sides of the bottom screen. |
| 106 | # Must be in range of 0.0-1.0. Defaults to 1.0 for all. | 110 | # Must be in range of 0.0-1.0. Defaults to 1.0 for all. |
| 107 | bg_red = | 111 | bg_red = |