[Scummvm-git-logs] scummvm master -> b3ce86b3a09fccda4dcad106be2acde2ee67dede
bluegr
noreply at scummvm.org
Mon Mar 7 09:09:15 UTC 2022
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:
b3ce86b3a0 BASE: Add alsa to the opl-driver CLI help
Commit: b3ce86b3a09fccda4dcad106be2acde2ee67dede
https://github.com/scummvm/scummvm/commit/b3ce86b3a09fccda4dcad106be2acde2ee67dede
Author: Jonathan Teh (30538043+jonathan-teh at users.noreply.github.com)
Date: 2022-03-07T11:09:12+02:00
Commit Message:
BASE: Add alsa to the opl-driver CLI help
This makes it clear that ALSA Direct FM can be selected for AdLib
FM synthesis on the CLI.
Changed paths:
base/commandLine.cpp
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 7588ab25f89..00fd8a86998 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -157,6 +157,9 @@ static const char HELP_STRING[] =
#ifndef DISABLE_NUKED_OPL
", nuked"
#endif
+#ifdef USE_ALSA
+ ", alsa"
+#endif
#ifdef ENABLE_OPL2LPT
", opl2lpt"
#endif
More information about the Scummvm-git-logs
mailing list