(svn r14909) -Codechange: Remove global option for the extmidi driver and make it a driver parameter with the name cmd instead. This means if you have an "extmidi = ..." line in your config you must change it to "musicdriver = extmidi:cmd=...", in the [misc] section.

This commit is contained in:
peter1138
2009-01-08 12:05:14 +00:00
parent 91866a381d
commit 8591ff41cc
4 changed files with 12 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ struct MusicFileSettings {
byte custom_2[33];
bool playing;
bool shuffle;
char extmidi[80];
};
struct FileEntry {