RetroArch/frontend
Justin Weiss 4069ddc926 Expand symlinks in default configuration paths for iOS devices
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.
2017-11-22 20:07:27 -08:00
..
drivers Expand symlinks in default configuration paths for iOS devices 2017-11-22 20:07:27 -08:00
frontend_driver.c Rename platform_linux.c to platform_unix.c 2017-06-19 17:38:49 +02:00
frontend_driver.h Rename platform_linux.c to platform_unix.c 2017-06-19 17:38:49 +02:00
frontend_salamander.c Update the way default directories are handled 2017-05-23 19:43:58 +02:00
frontend.c Add retro_timers.h/retro_math.h 2017-06-28 04:41:38 +02:00
frontend.h Header update #1 2017-01-22 13:40:32 +01:00