1
0
Fork 0
forked from len0rd/rockbox

Fix Red SDL, Android mounting root directory

Not actually used in either atm

Change-Id: I40e0143fdde1970ac485bf664962c62d4c493d57
This commit is contained in:
William Wilgus 2022-03-03 20:05:19 -05:00
parent 9daacabd65
commit 0ddac1fdaf
2 changed files with 30 additions and 0 deletions

View file

@ -34,4 +34,7 @@ ssize_t os_sdl_readwrite(int osfd, void *buf, size_t nbyte, bool dowrite);
#endif /* HAVE_SDL_THREADS */
#define RB_ROOT_VOL_HIDDEN(v) (0 == 0)
#define RB_ROOT_CONTENTS_DIR "/" /* NOT USED YET */
#endif /* _FILESYSTEM_SDL_H_ */