aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/sdl/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp
index cc2929faf4..01fa3e36cc 100644
--- a/backends/sdl/graphics.cpp
+++ b/backends/sdl/graphics.cpp
@@ -267,7 +267,7 @@ void OSystem_SDL::initSize(uint w, uint h, int overlayScale) {
if (overlayScale != -1) {
_overlayScale = overlayScale;
- if (w != 320)
+ if (w != 320 && w != 256) // 256 is for MM NES
_overlayScale = 1;
_overlayWidth = w * _overlayScale;