Merge pull request #704 from lordhoto/clone2727-audiocd

Implement Custom Audio CD Support for Win32, Linux, and Mac OS X.
This commit is contained in:
Johannes Schickel 2016-03-21 01:48:38 +01:00
commit 5336882555
45 changed files with 2340 additions and 227 deletions

View file

@ -100,8 +100,9 @@ static const char HELP_STRING[] =
" -u, --dump-scripts Enable script dumping if a directory called 'dumps'\n"
" exists in the current directory\n"
"\n"
" --cdrom=NUM CD drive to play CD audio from (default: 0 = first\n"
" drive)\n"
" --cdrom=DRIVE CD drive to play CD audio from; can either be a\n"
" drive, path, or numeric index (default: 0 = best\n"
" choice drive)\n"
" --joystick[=NUM] Enable joystick input (default: 0 = first joystick)\n"
" --platform=WORD Specify platform of game (allowed values: 2gs, 3do,\n"
" acorn, amiga, atari, c64, fmtowns, nes, mac, pc, pc98,\n"