From 8d759b0d08af8f619e9482dfdfadcfff937a0d71 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 30 May 2001 03:01:34 +0000 Subject: [PATCH] testing something --- 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 988ff5b7..946d0de9 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -2858,6 +2858,8 @@ guipostvideofail: call DisplayMenu %ifndef __LINUX__ mov dword[GUIkeydelay],0FFFFFFFFh +%else + mov dword[GUIkeydelay],0x0 %endif jmp guipostvideo.pressedfail