From 87dcdf5e636c650553a04591e585c86c74566dda Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 8 May 2003 21:31:52 +0000 Subject: [PATCH] Forgot to take out some debug code --- zsnes/src/win/winlink.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 6b2d6339..09d69dca 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -2093,7 +2093,6 @@ extern void DrawWin256x224x16MB(); extern void DrawWin256x224x32(); extern void DrawWin256x224x32MB(); extern void DrawWin320x240x16(); -extern BYTE blah; extern _int64 copymaskRB = 0x001FF800001FF800; extern _int64 copymaskG = 0x0000FC000000FC00; @@ -2347,9 +2346,12 @@ void WinUpdateDevices() if (keys2[0x38] != 0 && keys2[0x3E] != 0) exit(0); if (keys2[0xB8] != 0 && keys2[0x1C] != 0 || keys2[0x38] != 0 && keys2[0x1C] != 0) { -char buf[50]; -sprintf(buf, "%b", blah); -MessageBox(NULL, buf, buf, MB_OK); + _asm + { + pushad + call SwitchFullScreen + popad + } return; }