mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix HOME_DIR path for Rocker, X3ii, and X20
Prevented plugins from accessing their config files properly Change-Id: Ic3b115aaa9168fa30b98607aeacb1a12b5498a5f
This commit is contained in:
parent
92d66f761f
commit
491b696669
2 changed files with 4 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include "logf.h"
|
||||
|
||||
#if (defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !(defined(BOOTLOADER) || defined(CHECKWPS) || defined(SIMULATOR))
|
||||
#define PIVOT_ROOT "/mnt/sd_0"
|
||||
#define PIVOT_ROOT HOME_DIR
|
||||
#endif
|
||||
|
||||
#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue