Happy? :P

This commit is contained in:
ipher
2005-01-09 11:21:43 +00:00
parent f5f4a0aabf
commit 91e87d47da
4 changed files with 8 additions and 6 deletions

View File

@@ -918,7 +918,7 @@ GUIOptionKeys:
.noautopatch
cmp dh,'.'
jne .norominfo
; xor byte[RomInfo],1
xor byte[RomInfo],1
.norominfo
%ifdef __WIN32__
cmp dh,'I'
@@ -954,7 +954,7 @@ GUISaveKeys:
.noautostate
cmp dh,'L'
jne .nosramstate
; xor byte[SRAMState],1
xor byte[SRAMState],1
.nosramstate
ret