diff --git a/UI/MenuScreens.cpp b/UI/MenuScreens.cpp index e9c2d95a7a..6ae5c2a20d 100644 --- a/UI/MenuScreens.cpp +++ b/UI/MenuScreens.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2012- PPSSPP Project. +// Copyright (c) 2012- PPSSPP Project. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -679,12 +679,10 @@ void GraphicsScreenP1::render() { gpu->Resized(); } if (g_Config.bBufferedRendering) { - bool doubleRes = g_Config.iWindowZoom == 2; - if (UICheckBox(GEN_ID, x, y += stride, gs->T("2X", "2x Render Resolution"), ALIGN_TOPLEFT, &doubleRes)) { + if (UICheckBox(GEN_ID, x, y += stride, gs->T("2X", "2x Render Resolution"), ALIGN_TOPLEFT, &g_Config.SSAntiAliasing)) { if (gpu) gpu->Resized(); } - g_Config.iWindowZoom = doubleRes ? 2 : 1; } UIEnd(); } diff --git a/native b/native index 4793502714..56a1fb6278 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 479350271432d97d2ab04e5864fb330a92349b0b +Subproject commit 56a1fb627839124a21260c40a5517b27de289b6a