SDL2/src/filesystem
Samuel Venable 4f5e9fd5bd [skip ci] Solaris getexecname() returns argv[0]
`argv[0]`/`getexexname()` are not always absolute paths by default and can be modified to anything the developer wants them to be.

Consider using `readSymLink("/proc/self/path/a.out")` instead and `getexecname()` as the fallback, since the symlink will always be the correct absolute path (unless /proc is ot mounted, but it is by default on Solaris and Illumos platforms).
2022-11-27 21:29:07 -05:00
..
android Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
cocoa Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
dummy Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
emscripten Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
haiku Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
n3ds Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
ps2 Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
psp Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
riscos Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
unix [skip ci] Solaris getexecname() returns argv[0] 2022-11-27 21:29:07 -05:00
vita Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
windows Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00
winrt Cleanup add brace (#6545) 2022-11-27 08:38:43 -08:00