mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
sceDisplayWaitForVblank shouldn't call sceDisplayWaitForVblankStart...
This commit is contained in:
parent
08ea2cacf2
commit
a49e1ba5b5
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ void sceDisplayWaitVblank()
|
|||
{
|
||||
DEBUG_LOG(HLE,"sceDisplayWaitVblank()");
|
||||
__KernelWaitCurThread(WAITTYPE_VBLANK, 0, 0, 0, false);
|
||||
sceDisplayWaitVblankStart();
|
||||
}
|
||||
|
||||
void sceDisplayWaitVblankCB()
|
||||
|
|
Loading…
Add table
Reference in a new issue