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

@ -25,6 +25,7 @@ std::unique_ptr<RendererBase> g_renderer; ///< Renderer plugin
std::atomic<bool> g_hw_renderer_enabled;
std::atomic<bool> g_shader_jit_enabled;
std::atomic<bool> g_scaled_resolution_enabled;
/// Initialize the video core
bool Init(EmuWindow* emu_window) {