aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/settings.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/core/settings.h
parenteca2b71fa8a6c4c104695b866952e4295dc6466f (diff)
INI hw/sw renderer toggle
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 0f470024..54c1023b 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -45,6 +45,8 @@ struct Values {
int region_value;
// Renderer
+ bool use_hw_renderer;
+
float bg_red;
float bg_green;
float bg_blue;