PRIVATE: Reduce the delay between frames in video playback

This commit is contained in:
Eugene Sandulenko 2021-08-16 17:00:01 +02:00
parent 8597648268
commit a94189db10
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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;
}