aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/default_ini.h
diff options
context:
space:
mode:
authorGravatar tfarley <tfarleygithub@gmail.com>2015-05-03 15:34:48 -0400
committerGravatar tfarley <tfarleygithub@gmail.com>2015-05-22 14:37:55 -0700
commit6d995b1ff654483f830b6c285629545263393d7e (patch)
tree8c2a9e21a61f0ded0d97b97e0c579633e4f38b06 /src/citra/default_ini.h
parenteca2b71fa8a6c4c104695b866952e4295dc6466f (diff)
INI hw/sw renderer toggle
Diffstat (limited to 'src/citra/default_ini.h')
-rw-r--r--src/citra/default_ini.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index 1dd97192..fd5a90d5 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -42,6 +42,10 @@ gpu_refresh_rate =
frame_skip =
[Renderer]
+# Whether to use software or hardware rendering.
+# 0 (default): Software, 1: Hardware
+use_hw_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 =