forked from len0rd/rockbox
Clean up hard-coded paths
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14662 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd5ad2ff69
commit
04b3435afd
11 changed files with 19 additions and 17 deletions
|
@ -35,7 +35,7 @@ static void do_slot_menu(bool is_load);
|
|||
static void munge_name(char *buf, size_t bufsiz);
|
||||
|
||||
/* directory ROM save slots belong in */
|
||||
#define STATE_DIR "/.rockbox/rockboy"
|
||||
#define STATE_DIR ROCKBOX_DIR "/rockboy"
|
||||
|
||||
int getbutton(char *text)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue