Remove per scanline check on SuperFX code for now

This commit is contained in:
pagefault
2004-11-22 19:40:18 +00:00
parent bcf8dd1b4e
commit 803f62ceeb

View File

@@ -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