mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-27 13:16:14 +00:00
4069ddc926
CFSearchPathForDirectoriesInDomains returns a path in /var, while getenv(HOME) returns the same path in /private/var. /var is a symlink to /private/var, but when config is generated, the difference in paths means they won't be abbreviated correctly. This change expands symlinks before filling in the default directories, so those paths will match. |
||
---|---|---|
.. | ||
platform_ctr.c | ||
platform_darwin.m | ||
platform_dos.c | ||
platform_emscripten.c | ||
platform_gx.c | ||
platform_null.c | ||
platform_ps3.c | ||
platform_psp.c | ||
platform_qnx.c | ||
platform_unix.c | ||
platform_unix.h | ||
platform_wii.c | ||
platform_wiiu.c | ||
platform_win32.c | ||
platform_xdk.c | ||
platform_xenon.c |