diff options
author | Eugene Sandulenko | 2018-04-07 09:37:58 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-04-07 09:37:58 +0200 |
commit | e0968df671229463f7938a7ebea796eb698d0573 (patch) | |
tree | 19b8f15562a4cc19a60499ff2b6b7a052cc31878 /base | |
parent | 71a66573083ee4462e37c0d740982084bf266b7f (diff) | |
download | scummvm-rg350-e0968df671229463f7938a7ebea796eb698d0573.tar.gz scummvm-rg350-e0968df671229463f7938a7ebea796eb698d0573.tar.bz2 scummvm-rg350-e0968df671229463f7938a7ebea796eb698d0573.zip |
BASE: Show nuked audio driver only when compiled
Diffstat (limited to 'base')
-rw-r--r-- | base/commandLine.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index a2573d3477..10ded95a51 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -131,7 +131,11 @@ static const char HELP_STRING[] = " --native-mt32 True Roland MT-32 (disable GM emulation)\n" " --enable-gs Enable Roland GS mode for MIDI playback\n" " --output-rate=RATE Select output sample rate in Hz (e.g. 22050)\n" - " --opl-driver=DRIVER Select AdLib (OPL) emulator (db, mame, nuked)\n" + " --opl-driver=DRIVER Select AdLib (OPL) emulator (db, mame" +#ifndef DISABLE_NUKED_OPL + ", nuked" +#endif + ")\n" " --aspect-ratio Enable aspect ratio correction\n" " --render-mode=MODE Enable additional render modes (hercGreen, hercAmber,\n" " cga, ega, vga, amiga, fmtowns, pc9821, pc9801, 2gs,\n" |