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.
This commit is contained in:
Jonathan Teh
2022-03-07 11:09:12 +02:00
committed by Filippos Karapetis
parent 2d478e3134
commit b3ce86b3a0
+3
View File
@@ -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