mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
VOYEUR: Standardised delay amount between frame checks in video playback methods
This commit is contained in:
parent
9d86715e30
commit
e3b666a27a
@ -501,7 +501,7 @@ void VoyeurEngine::doOpening() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_eventsManager.getMouseInfo();
|
_eventsManager.getMouseInfo();
|
||||||
_eventsManager.delay(5);
|
g_system->delayMillis(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((_voy._RTVNum - _voy._audioVisualStartTime) < 2)
|
if ((_voy._RTVNum - _voy._audioVisualStartTime) < 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user