Config: Add scaled resolution option

This commit is contained in:
tfarley 2016-04-16 18:51:49 -04:00
parent 5c2d03516e
commit 621cf30b24
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;