(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:
@@ -15,7 +15,6 @@ struct MusicFileSettings {
|
||||
byte custom_2[33];
|
||||
bool playing;
|
||||
bool shuffle;
|
||||
char extmidi[80];
|
||||
};
|
||||
|
||||
struct FileEntry {
|
||||
|
Reference in New Issue
Block a user