[Scummvm-git-logs] scummvm master -> 825a13df96f1c70ff2d032bd333e823d36affdb6
AndywinXp
noreply at scummvm.org
Fri Jan 20 00:28:04 UTC 2023
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:
825a13df96 SCUMM: Clarify tooltip description of low latency audio mode
Commit: 825a13df96f1c70ff2d032bd333e823d36affdb6
https://github.com/scummvm/scummvm/commit/825a13df96f1c70ff2d032bd333e823d36affdb6
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-01-20T01:27:56+01:00
Commit Message:
SCUMM: Clarify tooltip description of low latency audio mode
Changed paths:
engines/scumm/metaengine.cpp
diff --git a/engines/scumm/metaengine.cpp b/engines/scumm/metaengine.cpp
index ec82248d205..f688f7e515e 100644
--- a/engines/scumm/metaengine.cpp
+++ b/engines/scumm/metaengine.cpp
@@ -672,7 +672,8 @@ static const ExtraGuiOption enableOriginalGUI = {
static const ExtraGuiOption enableLowLatencyAudio = {
_s("Enable low latency audio mode"),
- _s("Allows the game to use low latency audio, at the cost of sound accuracy."),
+ _s("Allows the game to use low latency audio, at the cost of sound accuracy. \
+ It is recommended to enable this feature only if you incur in audio latency issues during normal gameplay."),
"dimuse_low_latency_mode",
false,
0,
More information about the Scummvm-git-logs
mailing list