Open ty802 opened 9 months ago
Changed gameDir to SDL_GetPrefPath to allow use on platforms that require the executable to be in an imutable folder (e.g. MacOS app file)
Note. This also moves game data to appdata on windows and should also respect XDG_DATA_HOME on linux.
Sounds good. Might need to check how this interacts with #661?
Changed gameDir to SDL_GetPrefPath to allow use on platforms that require the executable to be in an imutable folder (e.g. MacOS app file)
Note. This also moves game data to appdata on windows and should also respect XDG_DATA_HOME on linux.