diff options
| author | 2016-12-30 09:51:56 -0500 | |
|---|---|---|
| committer | 2016-12-30 09:51:56 -0500 | |
| commit | f7dd8d5e816c4157ae909600fd2a7d848a1c9712 (patch) | |
| tree | bc9b6e82b812d16fadb811df9da27263d238ea1c | |
| parent | Merge pull request #2240 from wwylele/auto-region (diff) | |
| parent | config: SDL: Move background color setting to correct section. (diff) | |
| download | yuzu-f7dd8d5e816c4157ae909600fd2a7d848a1c9712.tar.gz yuzu-f7dd8d5e816c4157ae909600fd2a7d848a1c9712.tar.xz yuzu-f7dd8d5e816c4157ae909600fd2a7d848a1c9712.zip | |
Merge pull request #2386 from bunnei/fix-bg-color
config: SDL: Move background color setting to correct section.
| -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 50c4a2812..bb4720d25 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -59,6 +59,12 @@ use_scaled_resolution = | |||
| 59 | # 0 (default): Off, 1: On | 59 | # 0 (default): Off, 1: On |
| 60 | use_vsync = | 60 | use_vsync = |
| 61 | 61 | ||
| 62 | # The clear color for the renderer. What shows up on the sides of the bottom screen. | ||
| 63 | # Must be in range of 0.0-1.0. Defaults to 1.0 for all. | ||
| 64 | bg_red = | ||
| 65 | bg_blue = | ||
| 66 | bg_green = | ||
| 67 | |||
| 62 | [Layout] | 68 | [Layout] |
| 63 | # Layout for the screen inside the render window. | 69 | # Layout for the screen inside the render window. |
| 64 | # 0 (default): Default Top Bottom Screen, 1: Single Screen Only, 2: Large Screen Small Screen | 70 | # 0 (default): Default Top Bottom Screen, 1: Single Screen Only, 2: Large Screen Small Screen |
| @@ -73,12 +79,6 @@ toggle_framelimit = | |||
| 73 | # 0 (default): Top Screen is prominent, 1: Bottom Screen is prominent | 79 | # 0 (default): Top Screen is prominent, 1: Bottom Screen is prominent |
| 74 | swap_screen = | 80 | swap_screen = |
| 75 | 81 | ||
| 76 | # The clear color for the renderer. What shows up on the sides of the bottom screen. | ||
| 77 | # Must be in range of 0.0-1.0. Defaults to 1.0 for all. | ||
| 78 | bg_red = | ||
| 79 | bg_blue = | ||
| 80 | bg_green = | ||
| 81 | |||
| 82 | [Audio] | 82 | [Audio] |
| 83 | # Which audio output engine to use. | 83 | # Which audio output engine to use. |
| 84 | # auto (default): Auto-select, null: No audio output, sdl2: SDL2 (if available) | 84 | # auto (default): Auto-select, null: No audio output, sdl2: SDL2 (if available) |