1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 07:26:33 -05:00

INI hw/sw renderer toggle

This commit is contained in:
tfarley
2015-05-03 15:34:48 -04:00
parent eca2b71fa8
commit 6d995b1ff6
4 changed files with 12 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ struct Values {
int region_value;
// Renderer
bool use_hw_renderer;
float bg_red;
float bg_green;
float bg_blue;