mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +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. |
||
---|---|---|
.. | ||
drivers | ||
frontend_driver.c | ||
frontend_driver.h | ||
frontend_salamander.c | ||
frontend.c | ||
frontend.h |