diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index 67ee5603..b284e4b0 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -1428,7 +1428,7 @@ 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) diff --git a/zsnes/src/makefile.ms b/zsnes/src/makefile.ms index 8d5222ae..db0e2bea 100644 --- a/zsnes/src/makefile.ms +++ b/zsnes/src/makefile.ms @@ -236,7 +236,7 @@ ifneq (${ENV},msvc) ${CC} -o $@ -c temppsr.c else cl /Ox /G6 /c /EHsc /D__WIN32__ /Fo$@ temppsr.c -endif +endif ${DELETECOMMAND} temppsr.c ALL: zsnes