From 1626fbd633ff5e39ee5551b6e839def62ef9b599 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 1 Oct 2015 19:12:07 -0400 Subject: BACKENDS: Allow for specifying a drive via the cdrom option --- base/commandLine.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'base/commandLine.cpp') diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 19702ea36d..c34e4d43c0 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -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" -- cgit v1.2.3