mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
HDB: Unstub updateVideo()
This commit is contained in:
parent
c0777f5a03
commit
0cd4f43862
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user