ZSNES on MS platforms no longer saves save directory if not changed.

This commit is contained in:
n-a-c-h
2005-02-02 15:41:55 +00:00
parent d5c1848408
commit 5f338485f5
3 changed files with 15 additions and 5 deletions

View File

@@ -1684,6 +1684,7 @@ GUIPathKeys:
cmp dword[GUIInputBox],1
jne .notBox1
mov byte[changedsavedir],1 ;Need this to know if we should save the path
mov eax,SRAMDir
jmp .boxselected
.notBox1