Config: Add scaled resolution option

This commit is contained in:
tfarley 2016-04-16 18:51:49 -04:00
parent 15b44fb380
commit e46d086189
9 changed files with 20 additions and 1 deletions

View file

@ -55,6 +55,7 @@ struct Values {
// Renderer
bool use_hw_renderer;
bool use_shader_jit;
bool use_scaled_resolution;
float bg_red;
float bg_green;