diff --git a/desmume/src/frontend/windows/main.cpp b/desmume/src/frontend/windows/main.cpp index a92eec6c9..fc76d0c3d 100755 --- a/desmume/src/frontend/windows/main.cpp +++ b/desmume/src/frontend/windows/main.cpp @@ -675,7 +675,7 @@ void ScaleScreen(float factor, bool user) else if (video.layout == 1) { - w1x = video.rotatedwidthgap() * 2; + w1x = video.rotatedwidthgap() * 2 / screenSizeRatio; h1x = video.rotatedheightgap() / 2; } else