mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
PRIVATE: Reduce the delay between frames in video playback
This commit is contained in:
parent
8597648268
commit
a94189db10
@ -315,7 +315,7 @@ Common::Error PrivateEngine::run() {
|
||||
drawScreen();
|
||||
}
|
||||
|
||||
g_system->delayMillis(10); // Yield to the system
|
||||
g_system->delayMillis(5); // Yield to the system
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user