mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
BASE: Show nuked audio driver only when compiled
This commit is contained in:
parent
71a6657308
commit
e0968df671
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user