[Scummvm-git-logs] scummvm master -> a94189db107e13ee6c1f0c69888b310cc6728c38
sev-
sev at scummvm.org
Mon Aug 16 15:00:44 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a94189db10 PRIVATE: Reduce the delay between frames in video playback
Commit: a94189db107e13ee6c1f0c69888b310cc6728c38
https://github.com/scummvm/scummvm/commit/a94189db107e13ee6c1f0c69888b310cc6728c38
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-16T17:00:35+02:00
Commit Message:
PRIVATE: Reduce the delay between frames in video playback
Changed paths:
engines/private/private.cpp
diff --git a/engines/private/private.cpp b/engines/private/private.cpp
index aa58a30525..08b29635a0 100644
--- a/engines/private/private.cpp
+++ b/engines/private/private.cpp
@@ -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;
}
More information about the Scummvm-git-logs
mailing list