fix a bunch of GXFIFO related bugs.

This commit is contained in:
StapleButter
2017-02-17 18:59:11 +01:00
parent cca0a71d81
commit 97d76addd9
5 changed files with 25 additions and 25 deletions

View File

@ -328,6 +328,7 @@ s32 ARM::Execute()
else
{
Cycles = CyclesToRun;
GPU3D::Run(CyclesToRun >> 1);
return Cycles;
}
}