Merge pull request #680 from archshift/bg-color

Allow the user to set the background clear color during emulation
This commit is contained in:
bunnei 2015-04-04 15:14:14 -04:00
commit 64196976b9
5 changed files with 32 additions and 1 deletions

View file

@ -44,6 +44,11 @@ struct Values {
// System Region
int region_value;
// Renderer
float bg_red;
float bg_green;
float bg_blue;
std::string log_filter;
} extern values;