mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-06 12:45:21 +02:00
sceDisplayWaitForVblank shouldn't call sceDisplayWaitForVblankStart...
This commit is contained in:
@@ -239,7 +239,6 @@ void sceDisplayWaitVblank()
|
||||
{
|
||||
DEBUG_LOG(HLE,"sceDisplayWaitVblank()");
|
||||
__KernelWaitCurThread(WAITTYPE_VBLANK, 0, 0, 0, false);
|
||||
sceDisplayWaitVblankStart();
|
||||
}
|
||||
|
||||
void sceDisplayWaitVblankCB()
|
||||
|
||||
Reference in New Issue
Block a user