mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix Red SDL, Android mounting root directory, and all the yellow too
Change-Id: Ic5077140fdcb1e3168111336bc428c27a782123c
This commit is contained in:
parent
0ddac1fdaf
commit
c7bbd5b090
3 changed files with 6 additions and 31 deletions
|
|
@ -24,7 +24,12 @@
|
|||
#include "pathfuncs.h"
|
||||
#include "dir.h"
|
||||
#include "dircache.h"
|
||||
|
||||
#ifndef RB_ROOT_VOL_HIDDEN
|
||||
#define RB_ROOT_VOL_HIDDEN(v) (0 == 0)
|
||||
#endif
|
||||
#ifndef RB_ROOT_CONTENTS_DIR
|
||||
#define RB_ROOT_CONTENTS_DIR "/"
|
||||
#endif
|
||||
/***
|
||||
** Internal redirects that depend upon whether or not dircache is made
|
||||
**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue