Really fixed path input this time.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user