ZSNES on MS platforms no longer saves save directory if not changed.
This commit is contained in:
@@ -166,7 +166,8 @@ EXTSYM GUIHQ3X
|
||||
EXTSYM GUIHQ4X
|
||||
EXTSYM firstsaveinc
|
||||
EXTSYM nssdip1,nssdip2,nssdip3,nssdip4,nssdip5,nssdip6
|
||||
;EXTSYM st010difficulty
|
||||
EXTSYM changedsavedir
|
||||
|
||||
%ifdef __LINUX__
|
||||
EXTSYM numlockptr
|
||||
%endif
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user