diff options
author | nukeykt | 2018-03-22 03:15:40 +0900 |
---|---|---|
committer | Eugene Sandulenko | 2018-04-07 09:34:00 +0200 |
commit | b2052bc66f0af9dc84cdc72badced3045daac2b2 (patch) | |
tree | 84bdf045d62cbb42a727cb2708577f62b76d1391 /base | |
parent | c36a5f339555d11353ecbd704e4c812e77d4a0ae (diff) | |
download | scummvm-rg350-b2052bc66f0af9dc84cdc72badced3045daac2b2.tar.gz scummvm-rg350-b2052bc66f0af9dc84cdc72badced3045daac2b2.tar.bz2 scummvm-rg350-b2052bc66f0af9dc84cdc72badced3045daac2b2.zip |
AUDIO: Add Nuked OPL3 core
Diffstat (limited to 'base')
-rw-r--r-- | base/commandLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 2e981fb75a..a2573d3477 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -131,7 +131,7 @@ 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)\n" + " --opl-driver=DRIVER Select AdLib (OPL) emulator (db, mame, nuked)\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" |