diff options
author | bunnei <bunneidev@gmail.com> | 2016-12-30 06:35:38 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-12-30 06:35:38 +0100 |
commit | 02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd (patch) | |
tree | b08cdf96635b68ce065df6c1d2428db4f4224d10 /src/citra/default_ini.h | |
parent | Merge pull request #2367 from JayFoxRox/lighting-lut-quickfix (diff) | |
download | yuzu-02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd.tar yuzu-02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd.tar.gz yuzu-02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd.tar.bz2 yuzu-02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd.tar.lz yuzu-02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd.tar.xz yuzu-02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd.tar.zst yuzu-02b4b2ed6e0abfb01f88bb0201cf6733ca37a1bd.zip |
Diffstat (limited to '')
-rw-r--r-- | src/citra/default_ini.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index 001b18ac2..87cdec69b 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h @@ -59,6 +59,12 @@ use_scaled_resolution = # 0 (default): Off, 1: On use_vsync = +# 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. +bg_red = +bg_blue = +bg_green = + [Layout] # Layout for the screen inside the render window. # 0 (default): Default Top Bottom Screen, 1: Single Screen Only, 2: Large Screen Small Screen @@ -73,12 +79,6 @@ toggle_framelimit = # 0 (default): Top Screen is prominent, 1: Bottom Screen is prominent swap_screen = -# 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. -bg_red = -bg_blue = -bg_green = - [Audio] # Which audio output engine to use. # auto (default): Auto-select, null: No audio output, sdl2: SDL2 (if available) |