From c5590396a69b3bdb793b6ccd40255b8970ffc097 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Fri, 7 May 2004 10:57:28 +0000 Subject: [PATCH] Really fixed path input this time. --- zsnes/src/gui/guikeys.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsnes/src/gui/guikeys.inc b/zsnes/src/gui/guikeys.inc index 8a0bdcaa..5664b462 100644 --- a/zsnes/src/gui/guikeys.inc +++ b/zsnes/src/gui/guikeys.inc @@ -1467,6 +1467,9 @@ SECTION .text GUIPathKeys: cmp dh,0 je .nokeypressed + cmp dword[GUIInputBox],0 + je .nokeypressed + cmp dword[GUIInputBox],1 jne .notBox1 mov eax,SRAMPath @@ -1545,6 +1548,7 @@ GUIPathKeys: cmp dh,13 ;Enter jne .notenter + mov dword[GUIInputBox],0 ret .notenter