From 7dbc0a09f95c4c2939f16ef19e5c6375b73e5162 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 5 Apr 2006 12:01:58 +0000 Subject: [PATCH] NTSC filter now usable in all windowed modes that are DR --- zsnes/src/win/winlink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 653db1bc..b3986613 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1980,8 +1980,8 @@ void initwinvideo(void) { if (!FullScreen) { - WindowWidth = 600; - WindowHeight = 446; + WindowWidth = 600*((WindowHeight/224)-1); + WindowHeight = 446*((WindowHeight/224)-1); } SurfaceX = 600; SurfaceY = 446;