diff options
| author | 2021-07-08 21:45:01 -0400 | |
|---|---|---|
| committer | 2021-07-08 21:45:01 -0400 | |
| commit | 8284658bac04837756287d2f6b36485c8a2833dc (patch) | |
| tree | 38c2ee0bae55ed323cc7fd501acd8baea1dfc6f7 /src/yuzu_cmd | |
| parent | configure_audio: Use u8 for volume value (diff) | |
| download | yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar.gz yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar.xz yuzu-8284658bac04837756287d2f6b36485c8a2833dc.zip | |
configure_graphics: Use u8 for bg_color values
Diffstat (limited to 'src/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index d2a7cd024..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 = |