mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix inverted test that made SDL_APP unhappy
Change-Id: I18a51ddd0fa7fd0afda938c732fadce4cd87c262
This commit is contained in:
parent
e1bc36ca31
commit
135b3f6416
1 changed files with 5 additions and 5 deletions
|
|
@ -42,6 +42,11 @@
|
|||
#undef PIVOT_ROOT
|
||||
#endif
|
||||
|
||||
#if defined(__PCTOOL__)
|
||||
/* We don't want this for tools */
|
||||
#undef HAVE_SPECIAL_DIRS
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_MULTIDRIVE) || defined(HAVE_SPECIAL_DIRS)
|
||||
#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
|
||||
static const char rbhome[] = "/sdcard";
|
||||
|
|
@ -54,11 +59,6 @@ static const char rbhome[] = HOME_DIR;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(__PCTOOL__)
|
||||
/* We don't want this for tools */
|
||||
#undef HAVE_SPECIAL_DIRS
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MULTIDRIVE
|
||||
/* This is to compare any opened directories with the home directory so that
|
||||
the special drive links may be returned for it only */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue