Replace some hleEatCycles() with actual PSP timing.

Measured several runs at 8 per run with test overhead check.
This commit is contained in:
Unknown W. Brackets 2013-05-04 23:14:28 -07:00
parent e797ed7f95
commit f1f2cf0603
4 changed files with 17 additions and 8 deletions

View file

@ -2038,6 +2038,7 @@ int sceKernelRotateThreadReadyQueue(int priority)
hleReSchedule("rotatethreadreadyqueue");
}
hleEatCycles(250);
return 0;
}