From 414b50bad7b8133b62766c071c6ef15bcd4a5b5a Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 7 May 2004 02:39:56 +0000 Subject: [PATCH] Better fix --- zsnes/src/gui/guikeys.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsnes/src/gui/guikeys.inc b/zsnes/src/gui/guikeys.inc index 178f73e4..8a0bdcaa 100644 --- a/zsnes/src/gui/guikeys.inc +++ b/zsnes/src/gui/guikeys.inc @@ -1467,8 +1467,6 @@ SECTION .text GUIPathKeys: cmp dh,0 je .nokeypressed - cmp dh,13 - je .nokeypressed cmp dword[GUIInputBox],1 jne .notBox1 mov eax,SRAMPath @@ -1547,7 +1545,6 @@ GUIPathKeys: cmp dh,13 ;Enter jne .notenter - mov dword[GUIInputBox],0 ret .notenter