summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorGravatar ameerj2021-07-08 21:45:01 -0400
committerGravatar ameerj2021-07-08 21:45:01 -0400
commit8284658bac04837756287d2f6b36485c8a2833dc (patch)
tree38c2ee0bae55ed323cc7fd501acd8baea1dfc6f7 /src/yuzu_cmd
parentconfigure_audio: Use u8 for volume value (diff)
downloadyuzu-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.h2
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 =
232use_caches_gc = 232use_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.
236bg_red = 236bg_red =
237bg_blue = 237bg_blue =
238bg_green = 238bg_green =