RetroArch/frontend/drivers
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
..
platform_ctr.c (Frontend) Change MENU_SETTING_ACTION to FILE_TYPE_DIRECTORY 2017-05-26 16:45:28 +02:00
platform_darwin.m Expand symlinks in default configuration paths for iOS devices 2017-11-22 20:07:27 -08:00
platform_dos.c DOS: initial input/joypad driver 2017-01-24 00:55:58 -05:00
platform_emscripten.c Add retro_timers.h/retro_math.h 2017-06-28 04:41:38 +02:00
platform_gx.c Style nits 2017-08-19 12:27:24 +02:00
platform_null.c Display Lakka version in System Information 2017-05-13 13:12:15 +02:00
platform_ps3.c (Frontend) Change MENU_SETTING_ACTION to FILE_TYPE_DIRECTORY 2017-05-26 16:45:28 +02:00
platform_psp.c Change platform driver for vita 2017-11-14 19:49:50 +01:00
platform_qnx.c Use path_mkdir 2017-05-23 20:45:14 +02:00
platform_unix.c Simplified condition in while 2017-10-28 20:56:04 +03:00
platform_unix.h Take out <sys/cdefs.h> 2017-06-21 05:02:03 +02:00
platform_wii.c Style nits 2017-08-19 12:27:24 +02:00
platform_wiiu.c [WiiU] Various warning/format string fixes 2017-11-04 20:37:30 +11:00
platform_win32.c Silence some more C89_BUILD warnings 2017-08-12 18:15:26 +02:00
platform_xdk.c Convert platform_xdk.cpp to C 2017-10-03 04:36:43 +02:00
platform_xenon.c Header update #1 2017-01-22 13:40:32 +01:00