Remove per scanline check on SuperFX code for now
This commit is contained in:
@@ -4232,7 +4232,6 @@ NEWSYM StartSFX
|
|||||||
test byte[SfxCLSR],01h
|
test byte[SfxCLSR],01h
|
||||||
jnz .nofastsfx
|
jnz .nofastsfx
|
||||||
mov byte[SfxAC],1
|
mov byte[SfxAC],1
|
||||||
mov byte[cycpl],126
|
|
||||||
.nofastsfx
|
.nofastsfx
|
||||||
mov eax,[NumberOfOpcodes2]
|
mov eax,[NumberOfOpcodes2]
|
||||||
mov [NumberOfOpcodes],eax
|
mov [NumberOfOpcodes],eax
|
||||||
|
|||||||
Reference in New Issue
Block a user