Default to using /dev/sequencer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@842
This commit is contained in:
parent
f83ff4ea6e
commit
447094cfb3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
bool Open(const char * conf) {
|
||||
char devname[512];
|
||||
if (conf && conf[0]) strncpy(devname,conf,512);
|
||||
else strcpy(devname,"/dev/midi");
|
||||
else strcpy(devname,"/dev/sequencer");
|
||||
char * devfind=(strrchr(devname,','));
|
||||
if (devfind) {
|
||||
*devfind++=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue