Fix starfox speed and a number of superfx issues for now
This commit is contained in:
@@ -3837,12 +3837,6 @@ NEWSYM StartSFX
|
|||||||
test al,08h
|
test al,08h
|
||||||
jz .noaccess
|
jz .noaccess
|
||||||
.noram
|
.noram
|
||||||
mov byte[SfxAC],0
|
|
||||||
test byte[SfxCLSR],01h
|
|
||||||
jnz .nofastsfx
|
|
||||||
mov byte[SfxAC],1
|
|
||||||
mov byte[cycpl],126 ;Winter Gold FX wants this
|
|
||||||
.nofastsfx
|
|
||||||
mov eax,[NumberOfOpcodes2]
|
mov eax,[NumberOfOpcodes2]
|
||||||
mov [NumberOfOpcodes],eax
|
mov [NumberOfOpcodes],eax
|
||||||
call MainLoop
|
call MainLoop
|
||||||
|
|||||||
Reference in New Issue
Block a user