From b3ce86b3a09fccda4dcad106be2acde2ee67dede Mon Sep 17 00:00:00 2001 From: Jonathan Teh <30538043+jonathan-teh@users.noreply.github.com> Date: Sun, 6 Mar 2022 23:13:24 +0000 Subject: [PATCH] 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. --- base/commandLine.cpp | 3 +++ 1 file changed, 3 insertions(+) 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