diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index cc9850aad..7d6bcccc7 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -232,7 +232,7 @@ use_vsync = | |||
| 232 | use_caches_gc = | 232 | use_caches_gc = |
| 233 | 233 | ||
| 234 | # The clear color for the renderer. What shows up on the sides of the bottom screen. | 234 | # The clear color for the renderer. What shows up on the sides of the bottom screen. |
| 235 | # Must be in range of 0.0-1.0. Defaults to 1.0 for all. | 235 | # Must be in range of 0-255. Defaults to 0 for all. |
| 236 | bg_red = | 236 | bg_red = |
| 237 | bg_blue = | 237 | bg_blue = |
| 238 | bg_green = | 238 | bg_green = |
| @@ -281,7 +281,7 @@ enable_audio_stretching = | |||
| 281 | output_device = | 281 | output_device = |
| 282 | 282 | ||
| 283 | # Output volume. | 283 | # Output volume. |
| 284 | # 1.0 (default): 100%, 0.0; mute | 284 | # 100 (default): 100%, 0; mute |
| 285 | volume = | 285 | volume = |
| 286 | 286 | ||
| 287 | [Data Storage] | 287 | [Data Storage] |