From e08e95c75a9c9f614890ff6523a34cda90b541f3 Mon Sep 17 00:00:00 2001 From: ipher <> Date: Tue, 12 Jul 2005 17:10:37 +0000 Subject: [PATCH] Fixed the color of the Set button in the Video Config window in the DOS port on all modes that Scanlines, Interpolation, Eagle Engine, Full/Widescreen, and the HQ*x options are not available --- zsnes/src/gui/guiwindp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index ee41cc56..67ee5603 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -1428,6 +1428,8 @@ DisplayGUIVideo: GUIDrawWindowBox 5,GUIVideoDisp ; Video Modes List/Options + + DrawGUIButton 5,128,60,164,71,GUIVideoText8,4,0,0 ; Set Button GUIDisplayTextY 5,6,16,GUIVideoTextA ; Video Modes : (Yellow) @@ -1499,8 +1501,6 @@ DisplayGUIVideo: GUIDisplayCheckboxu 5,115,163,hqFilter,GUIVideoTexthq4x,1 .notexthq4xa - DrawGUIButton 5,128,60,164,71,GUIVideoText8,4,0,0 ; Set Button - xor eax,eax ; Checkboxes mov al,[cvidmode] cmp byte[GUISLVID+eax],0