mirror of https://github.com/snes9xgit/snes9x.git
Fix Doom SuperFX.
This commit is contained in:
parent
f51734d68c
commit
4345c20af2
|
@ -4152,7 +4152,6 @@ static void fx_sm_r15 (void)
|
|||
uint32 fx_run (uint32 nInstructions)
|
||||
{
|
||||
GSU.vCounter = nInstructions;
|
||||
READR14;
|
||||
while (TF(G) && (GSU.vCounter-- > 0))
|
||||
FX_STEP;
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue