From 91fa0d5fb4694ef62cc62e3fd26058a48fc56a08 Mon Sep 17 00:00:00 2001 From: grinvader <> Date: Wed, 3 May 2006 07:58:11 +0000 Subject: [PATCH] Win 1600x1200 modes are now really x1200. --- zsnes/src/win/winlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index b3986613..a0f53c38 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1955,7 +1955,7 @@ void initwinvideo(void) case 35: case 36: WindowWidth=1600; - WindowHeight=1024; + WindowHeight=1200; break; case 37: WindowWidth=1680;