summaryrefslogtreecommitdiff
path: root/firmware/export/rbpaths.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/rbpaths.h')
-rw-r--r--firmware/export/rbpaths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h
index 6c5d769ed8..a15c5aeedd 100644
--- a/firmware/export/rbpaths.h
+++ b/firmware/export/rbpaths.h
@@ -59,8 +59,8 @@
59#define paths_init() 59#define paths_init()
60#else /* application */ 60#else /* application */
61 61
62#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rocks" 62#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rockbox/rocks"
63#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/codecs" 63#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs"
64 64
65#define REC_BASE_DIR ROCKBOX_DIR "/" 65#define REC_BASE_DIR ROCKBOX_DIR "/"
66#define PLAYLIST_CATALOG_DEFAULT_DIR ROCKBOX_DIR "/Playlists" 66#define PLAYLIST_CATALOG_DEFAULT_DIR ROCKBOX_DIR "/Playlists"