From 6128a72f2de19a0a29dc3111069df731be161afe Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 30 May 2001 02:54:47 +0000 Subject: [PATCH] Fix a minor annoyance when changing video modes --- zsnes/src/gui/gui.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/gui/gui.asm b/zsnes/src/gui/gui.asm index 6075e701..988ff5b7 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -2856,7 +2856,9 @@ guipostvideofail: call GUIUnBuffer call DisplayBoxes call DisplayMenu +%ifndef __LINUX__ mov dword[GUIkeydelay],0FFFFFFFFh +%endif jmp guipostvideo.pressedfail guipostvidmsg1b db 'VIDEO MODE CHANGE FAILED.',0