mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Leave HOME_DIR out of default recording and playlist paths
The hosted filesystem code will automatically prepend HOME_DIR. Change-Id: I36a76e51637ab2bb68353f8eb9ffac25ca75bad1
This commit is contained in:
parent
1c0648c603
commit
ff408fd717
2 changed files with 5 additions and 5 deletions
|
@ -79,8 +79,8 @@
|
|||
|
||||
#define HOME_DIR_LEN (sizeof(HOME_DIR)-1)
|
||||
|
||||
#define REC_BASE_DIR HOME_DIR
|
||||
#define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists"
|
||||
#define REC_BASE_DIR "/Recordings"
|
||||
#define PLAYLIST_CATALOG_DEFAULT_DIR "/Playlists"
|
||||
|
||||
#define LANG_DIR ROCKBOX_DIR "/langs"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue