From 8b24831bdccafe021bfc96c6cb5fbc0f7d6e0bd5 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 7 May 2004 02:28:59 +0000 Subject: [PATCH] Don't allow enter in input field --- zsnes/src/gui/guikeys.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsnes/src/gui/guikeys.inc b/zsnes/src/gui/guikeys.inc index e2809601..178f73e4 100644 --- a/zsnes/src/gui/guikeys.inc +++ b/zsnes/src/gui/guikeys.inc @@ -1467,7 +1467,8 @@ SECTION .text GUIPathKeys: cmp dh,0 je .nokeypressed - + cmp dh,13 + je .nokeypressed cmp dword[GUIInputBox],1 jne .notBox1 mov eax,SRAMPath