From 1bab0cdb0db7c179d78e9a2ab7d260932cba810d Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 30 Jul 2001 17:50:50 +0000 Subject: [PATCH] Fixed annoying GUI bug --- zsnes/src/gui/gui.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/gui/gui.asm b/zsnes/src/gui/gui.asm index 226bb6c4..c6bcc8ff 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -1684,7 +1684,7 @@ NEWSYM StartGUI mov eax,[KeyQuickLoad] test byte[pressed+eax],1 jz near .noquickload - mov byte[GUIcmenupos],2 + mov byte[GUIcmenupos],0 loadmenuopen 1 .noquickload mov esi,pressed