diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/rbpaths.h | 4 |
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 @@ #define paths_init() #else /* application */ -#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rocks" -#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/codecs" +#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rockbox/rocks" +#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs" #define REC_BASE_DIR ROCKBOX_DIR "/" #define PLAYLIST_CATALOG_DEFAULT_DIR ROCKBOX_DIR "/Playlists" |