mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +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.delay(5);
|
||||
g_system->delayMillis(10);
|
||||
}
|
||||
|
||||
if ((_voy._RTVNum - _voy._audioVisualStartTime) < 2)
|
||||
|
Loading…
Reference in New Issue
Block a user