citra: default_ini bg color default value fix
I discovered this while making changing background color.. Just a minor nit.
This commit is contained in:
parent
5bc72cca6b
commit
9937cab2cd
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ use_frame_limit =
|
|||
frame_limit =
|
||||
|
||||
# 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.0-1.0. Defaults to 0.0 for all.
|
||||
bg_red =
|
||||
bg_blue =
|
||||
bg_green =
|
||||
|
|
Loading…
Reference in a new issue