mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
allow to opt out of HOME config path
pcsx_rearmed never used it so keep it this way there.
This commit is contained in:
parent
76e45c3489
commit
e50d6e0656
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ int plat_get_skin_dir(char *dst, int len)
|
|||
#endif
|
||||
int plat_get_root_dir(char *dst, int len)
|
||||
{
|
||||
#if !defined(__GP2X__) && !defined(PANDORA)
|
||||
#if !defined(NO_HOME_DIR) && !defined(__GP2X__) && !defined(PANDORA)
|
||||
const char *home = getenv("HOME");
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue