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-06 23:13:24 +00:00 committed by Filippos Karapetis
parent 2d478e3134
commit b3ce86b3a0

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