diff options
Diffstat (limited to 'firmware/export/rbpaths.h')
-rw-r--r-- | firmware/export/rbpaths.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h index 9dd0a24c6f..2376163180 100644 --- a/firmware/export/rbpaths.h +++ b/firmware/export/rbpaths.h | |||
@@ -54,6 +54,8 @@ | |||
54 | 54 | ||
55 | #define RB_ROOT_VOL_HIDDEN(v) (IF_MV_VOL(v) == 0) | 55 | #define RB_ROOT_VOL_HIDDEN(v) (IF_MV_VOL(v) == 0) |
56 | #define RB_ROOT_CONTENTS_DIR "/" IF_MV("<0>") | 56 | #define RB_ROOT_CONTENTS_DIR "/" IF_MV("<0>") |
57 | #define REC_BASE_DIR HOME_DIR "Recordings" | ||
58 | #define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "Playlists" | ||
57 | 59 | ||
58 | #else /* APPLICATION */ | 60 | #else /* APPLICATION */ |
59 | 61 | ||
@@ -67,13 +69,11 @@ | |||
67 | #define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs" | 69 | #define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs" |
68 | #endif | 70 | #endif |
69 | 71 | ||
70 | #endif /* !APPLICATION || SAMSUNG_YPR0 */ | ||
71 | |||
72 | #define REC_BASE_DIR HOME_DIR "/Recordings" | 72 | #define REC_BASE_DIR HOME_DIR "/Recordings" |
73 | #define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists" | 73 | #define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists" |
74 | #endif /* !APPLICATION || SAMSUNG_YPR0 */ | ||
74 | 75 | ||
75 | #define LANG_DIR ROCKBOX_DIR "/langs" | 76 | #define LANG_DIR ROCKBOX_DIR "/langs" |
76 | |||
77 | #define PLUGIN_GAMES_DIR PLUGIN_DIR "/games" | 77 | #define PLUGIN_GAMES_DIR PLUGIN_DIR "/games" |
78 | #define PLUGIN_APPS_DIR PLUGIN_DIR "/apps" | 78 | #define PLUGIN_APPS_DIR PLUGIN_DIR "/apps" |
79 | #define PLUGIN_DEMOS_DIR PLUGIN_DIR "/demos" | 79 | #define PLUGIN_DEMOS_DIR PLUGIN_DIR "/demos" |