SuperFX core update, fix a nasty bug that was causing registers and stack to be corrupt, this fixes some issues with Dirt Trax FX and other SuperFX games that could crash because of this bug
This commit is contained in:
@@ -507,10 +507,8 @@ NEWSYM reg3030w
|
|||||||
; Disassemble Flags
|
; Disassemble Flags
|
||||||
test al,20h
|
test al,20h
|
||||||
jz .noexec
|
jz .noexec
|
||||||
pushad
|
|
||||||
mov dword [NumberOfOpcodes],100
|
mov dword [NumberOfOpcodes],100
|
||||||
call StartSFX
|
call StartSFX
|
||||||
popad
|
|
||||||
.noexec
|
.noexec
|
||||||
ret
|
ret
|
||||||
NEWSYM reg3031w
|
NEWSYM reg3031w
|
||||||
|
|||||||
Reference in New Issue
Block a user