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
|
||||
jz .noaccess
|
||||
.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 [NumberOfOpcodes],eax
|
||||
call MainLoop
|
||||
|
||||
Reference in New Issue
Block a user