diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-09 03:45:01 +0200 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-09 03:45:01 +0200 |
commit | 8284658bac04837756287d2f6b36485c8a2833dc (patch) | |
tree | 38c2ee0bae55ed323cc7fd501acd8baea1dfc6f7 /src/yuzu_cmd | |
parent | configure_audio: Use u8 for volume value (diff) | |
download | yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar.gz yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar.bz2 yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar.lz yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar.xz yuzu-8284658bac04837756287d2f6b36485c8a2833dc.tar.zst yuzu-8284658bac04837756287d2f6b36485c8a2833dc.zip |
Diffstat (limited to '')
-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 = use_caches_gc = # The clear color for the renderer. What shows up on the sides of the bottom screen. -# Must be in range of 0.0-1.0. Defaults to 1.0 for all. +# Must be in range of 0-255. Defaults to 0 for all. bg_red = bg_blue = bg_green = |