From 89b4cd59ef1fcc1a83565dddde4127bb89e8e083 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 23 Jul 2024 22:14:16 -0400 Subject: [BugFix] extra slashes in recording directory the define for HOME_DIR has a single slash for native hosted does or doesn't but native always has 2 Change-Id: I2ff546da8e422feb04027de164caf3747f6d9355 --- firmware/export/rbpaths.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware') diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h index 9dd0a24c6f..c9215fbc5a 100644 --- a/firmware/export/rbpaths.h +++ b/firmware/export/rbpaths.h @@ -54,6 +54,8 @@ #define RB_ROOT_VOL_HIDDEN(v) (IF_MV_VOL(v) == 0) #define RB_ROOT_CONTENTS_DIR "/" IF_MV("<0>") +#define REC_BASE_DIR HOME_DIR "Recordings" +#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "Playlists" #else /* APPLICATION */ @@ -67,13 +69,11 @@ #define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs" #endif -#endif /* !APPLICATION || SAMSUNG_YPR0 */ - -#define REC_BASE_DIR HOME_DIR "/Recordings" +#define REC_BASE_DIR HOME_DIR "/Recordings"] #define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists" +#endif /* !APPLICATION || SAMSUNG_YPR0 */ #define LANG_DIR ROCKBOX_DIR "/langs" - #define PLUGIN_GAMES_DIR PLUGIN_DIR "/games" #define PLUGIN_APPS_DIR PLUGIN_DIR "/apps" #define PLUGIN_DEMOS_DIR PLUGIN_DIR "/demos" -- cgit v1.2.3