Remove MidiEmu option
svn-id: r5563
This commit is contained in:
parent
d1c5b65398
commit
8671a41ae6
1 changed files with 1 additions and 2 deletions
|
@ -127,10 +127,9 @@ static STRPTR FindMusicDriver(STRPTR argval)
|
|||
{
|
||||
if (!stricmp(argval, "off")) return "-enull";
|
||||
if (!stricmp(argval, "midi")) return "-eetude";
|
||||
if (!stricmp(argval, "midiemu")) return "-emidiemu";
|
||||
if (!stricmp(argval, "adlib")) return "-eadlib";
|
||||
|
||||
error("No such music driver supported. Possible values are off, Midi, MidiEmu and Adlib.");
|
||||
error("No such music driver supported. Possible values are off, Midi and Adlib.");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue