summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-12-25 20:16:39 +0000
committerThomas Martitz <kugel@rockbox.org>2011-12-25 20:16:39 +0000
commit7a7eca65edf1d9b86c75787dce60e08203a98d7a (patch)
treec24e6963c8c4e986366a5d61b83174433a956107
parent20b662a946861b5acee8970948a22f7a2d1aedf3 (diff)
downloadrockbox-7a7eca65edf1d9b86c75787dce60e08203a98d7a.tar.gz
rockbox-7a7eca65edf1d9b86c75787dce60e08203a98d7a.zip
Unify a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31431 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/rbpaths.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h
index f351c5e6c9..85e149e737 100644
--- a/firmware/export/rbpaths.h
+++ b/firmware/export/rbpaths.h
@@ -59,9 +59,6 @@
59#define PLUGIN_DIR ROCKBOX_DIR "/rocks" 59#define PLUGIN_DIR ROCKBOX_DIR "/rocks"
60#define CODECS_DIR ROCKBOX_DIR "/codecs" 60#define CODECS_DIR ROCKBOX_DIR "/codecs"
61 61
62#define REC_BASE_DIR HOME_DIR
63#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists"
64
65#define paths_init() 62#define paths_init()
66 63
67#else /* APPLICATION */ 64#else /* APPLICATION */
@@ -76,13 +73,13 @@
76#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs" 73#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs"
77#endif 74#endif
78 75
79#define REC_BASE_DIR HOME_DIR
80#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "Playlists"
81
82extern void paths_init(void); 76extern void paths_init(void);
83 77
84#endif /* !APPLICATION || SAMSUNG_YPR0 */ 78#endif /* !APPLICATION || SAMSUNG_YPR0 */
85 79
80#define REC_BASE_DIR HOME_DIR
81#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists"
82
86#define LANG_DIR ROCKBOX_DIR "/langs" 83#define LANG_DIR ROCKBOX_DIR "/langs"
87 84
88#define PLUGIN_GAMES_DIR PLUGIN_DIR "/games" 85#define PLUGIN_GAMES_DIR PLUGIN_DIR "/games"