summaryrefslogtreecommitdiff
path: root/apps/plugins/midi2wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi2wav.c')
-rw-r--r--apps/plugins/midi2wav.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/midi2wav.c b/apps/plugins/midi2wav.c
index 368c8b9125..ad41451d88 100644
--- a/apps/plugins/midi2wav.c
+++ b/apps/plugins/midi2wav.c
@@ -107,7 +107,8 @@ int midimain(void * filename)
107 struct MIDIfile * mf = loadFile(filename); 107 struct MIDIfile * mf = loadFile(filename);
108 108
109 rb->splash(HZ/5, "LOADING PATCHES"); 109 rb->splash(HZ/5, "LOADING PATCHES");
110 if (initSynth(mf, "/.rockbox/patchset/patchset.cfg", "/.rockbox/patchset/drums.cfg") == -1) 110 if (initSynth(mf, ROCKBOX_DIR "/patchset/patchset.cfg",
111 ROCKBOX_DIR "/patchset/drums.cfg") == -1)
111 { 112 {
112 return -1; 113 return -1;
113 } 114 }