From c7bbd5b0902d7efc2fd204f2aa4ac8881c5a97be Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 3 Mar 2022 20:38:57 -0500 Subject: Fix Red SDL, Android mounting root directory, and all the yellow too Change-Id: Ic5077140fdcb1e3168111336bc428c27a782123c --- firmware/include/dircache_redirect.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firmware/include/dircache_redirect.h') diff --git a/firmware/include/dircache_redirect.h b/firmware/include/dircache_redirect.h index d7b9626c01..171954a135 100644 --- a/firmware/include/dircache_redirect.h +++ b/firmware/include/dircache_redirect.h @@ -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 ** -- cgit v1.2.3