summaryrefslogtreecommitdiff
path: root/src/citra/default_ini.h
diff options
context:
space:
mode:
authorGravatar archshift2015-04-03 15:35:51 -0700
committerGravatar archshift2015-04-03 15:35:51 -0700
commitcae89fb315afb4dfd83d9e33298505a58ecb7a08 (patch)
treee43cb6ae2f690b81e825f0b7dcc9fc7f1433fbc3 /src/citra/default_ini.h
parentMerge pull request #677 from lioncash/cp15 (diff)
downloadyuzu-cae89fb315afb4dfd83d9e33298505a58ecb7a08.tar.gz
yuzu-cae89fb315afb4dfd83d9e33298505a58ecb7a08.tar.xz
yuzu-cae89fb315afb4dfd83d9e33298505a58ecb7a08.zip
Allow the user to set the background clear color during emulation
The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
Diffstat (limited to 'src/citra/default_ini.h')
-rw-r--r--src/citra/default_ini.h7
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 =
41# 0 (default): No frameskip, 1: x2 frameskip, 2: x4 frameskip, 3: x8 frameskip, etc. 41# 0 (default): No frameskip, 1: x2 frameskip, 2: x4 frameskip, 3: x8 frameskip, etc.
42frame_skip = 42frame_skip =
43 43
44[Renderer]
45# The clear color for the renderer. What shows up on the sides of the bottom screen.
46# Must be in range of 0.0-1.0. Defaults to 1.0 for all.
47bg_red =
48bg_blue =
49bg_green =
50
44[Data Storage] 51[Data Storage]
45# Whether to create a virtual SD card. 52# Whether to create a virtual SD card.
46# 1 (default): Yes, 0: No 53# 1 (default): Yes, 0: No