diff options
author | bunnei <bunneidev@gmail.com> | 2015-04-04 21:14:14 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-04-04 21:14:14 +0200 |
commit | 64196976b91e4202504724d65c1c772e1c542c39 (patch) | |
tree | 153bae22824e049686724c0c4e630e3a71f979e2 /src/citra/default_ini.h | |
parent | Merge pull request #641 from purpasmart96/service_stubs (diff) | |
parent | Allow the user to set the background clear color during emulation (diff) | |
download | yuzu-64196976b91e4202504724d65c1c772e1c542c39.tar yuzu-64196976b91e4202504724d65c1c772e1c542c39.tar.gz yuzu-64196976b91e4202504724d65c1c772e1c542c39.tar.bz2 yuzu-64196976b91e4202504724d65c1c772e1c542c39.tar.lz yuzu-64196976b91e4202504724d65c1c772e1c542c39.tar.xz yuzu-64196976b91e4202504724d65c1c772e1c542c39.tar.zst yuzu-64196976b91e4202504724d65c1c772e1c542c39.zip |
Diffstat (limited to 'src/citra/default_ini.h')
-rw-r--r-- | src/citra/default_ini.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index fc02a3ceb..1dd971926 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h @@ -41,6 +41,13 @@ gpu_refresh_rate = # 0 (default): No frameskip, 1: x2 frameskip, 2: x4 frameskip, 3: x8 frameskip, etc. frame_skip = +[Renderer] +# 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 = + [Data Storage] # Whether to create a virtual SD card. # 1 (default): Yes, 0: No |