notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
76e45c3
)
allow to opt out of HOME config path
author
notaz
<notasas@gmail.com>
Sun, 31 Oct 2021 14:33:02 +0000
(16:33 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 31 Oct 2021 14:33:02 +0000
(16:33 +0200)
pcsx_rearmed never used it so keep it this way there.
linux/plat.c
patch
|
blob
|
blame
|
history
diff --git
a/linux/plat.c
b/linux/plat.c
index
779d5b1
..
45ae371
100644
(file)
--- a/
linux/plat.c
+++ b/
linux/plat.c
@@
-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;