Added auto save state increment feature
This commit is contained in:
@@ -826,12 +826,11 @@ GUIOptionKeys:
|
||||
mov [cfgnewgfx],al
|
||||
.invalidng
|
||||
.nonewgfx
|
||||
; cmp dh,'V'
|
||||
; jne .novsync
|
||||
; xor byte[vsyncon],1
|
||||
; mov al,[vsyncon]
|
||||
; mov [cfgvsync],al
|
||||
;.novsync
|
||||
cmp dh,'T'
|
||||
jne .noautoincsave
|
||||
xor byte[AutoIncSaveSlot],1
|
||||
mov byte[firstsaveinc],1
|
||||
.noautoincsave
|
||||
cmp dh,'M'
|
||||
jne .nommxcopy
|
||||
xor byte[FPUCopy],2
|
||||
|
||||
Reference in New Issue
Block a user