mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #6369 from thedax/reschedule
sceDisplayGetVcount should apparently reschedule. Fixes #3234.
This commit is contained in:
commit
0fee05d945
1 changed files with 1 additions and 0 deletions
|
@ -905,6 +905,7 @@ u32 sceDisplayGetVcount() {
|
|||
VERBOSE_LOG(SCEDISPLAY,"%i=sceDisplayGetVcount()", vCount);
|
||||
|
||||
hleEatCycles(150);
|
||||
hleReSchedule("get vcount");
|
||||
return vCount;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue