diff --git a/src/core/gpu_hw_opengl.cpp b/src/core/gpu_hw_opengl.cpp index 3008b986d..8eac9ab23 100644 --- a/src/core/gpu_hw_opengl.cpp +++ b/src/core/gpu_hw_opengl.cpp @@ -152,6 +152,7 @@ void GPU_HW_OpenGL::SetMaxResolutionScale() m_system->GetSettings().max_gpu_resolution_scale = max_resolution_scale; m_system->GetSettings().gpu_resolution_scale = std::min(m_system->GetSettings().gpu_resolution_scale, max_resolution_scale); + m_resolution_scale = m_system->GetSettings().gpu_resolution_scale; } void GPU_HW_OpenGL::CreateFramebuffer()