Fix Red SDL, Android mounting root directory, and all the yellow too

Change-Id: Ic5077140fdcb1e3168111336bc428c27a782123c
This commit is contained in:
William Wilgus 2022-03-03 20:38:57 -05:00
parent 0ddac1fdaf
commit c7bbd5b090
3 changed files with 6 additions and 31 deletions

View file

@ -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
**