HDB: Unstub updateVideo()

This commit is contained in:
Nipun Garg 2019-07-13 04:21:12 +05:30 committed by Eugene Sandulenko
parent c0777f5a03
commit 0cd4f43862

View File

@ -198,9 +198,16 @@ void Gfx::fillScreen(uint32 color) {
}
void Gfx::updateVideo() {
uint32 timer = g_system->getMillis();
updateFade();
g_hdb->checkProgress();
debug(9, "STUB: Gfx::updateVideo incomplete");
warning("STUB: Blit the Backbuffer to the primary surface");
while (g_system->getMillis() - timer < 16) {};
}
void Gfx::drawPointer() {