Merge pull request #6369 from thedax/reschedule

sceDisplayGetVcount should apparently reschedule. Fixes #3234.
This commit is contained in:
Henrik Rydgård 2014-06-21 21:15:53 +02:00
commit 0fee05d945

View file

@ -905,6 +905,7 @@ u32 sceDisplayGetVcount() {
VERBOSE_LOG(SCEDISPLAY,"%i=sceDisplayGetVcount()", vCount);
hleEatCycles(150);
hleReSchedule("get vcount");
return vCount;
}