added sceVideoOutGetVblankStatus

This commit is contained in:
georgemoralis 2024-04-07 09:27:41 +03:00
parent 598a6a88e0
commit b0cd6e5178
5 changed files with 37 additions and 3 deletions

View file

@ -203,6 +203,7 @@ void emuRun() {
calculateFps(0); // TODO: Proper fps
}
}
HLE::Libs::Graphics::VideoOut::VideoOutVblank();
}
}
}