aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb')
-rw-r--r--engines/hdb/gfx.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hdb/gfx.cpp b/engines/hdb/gfx.cpp
index 999cf3e7cb..00fa48ba9c 100644
--- a/engines/hdb/gfx.cpp
+++ b/engines/hdb/gfx.cpp
@@ -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() {