Drewol / unnamed-sdvx-clone

A game based on K-Shoot MANIA and Sound Voltex
MIT License
795 stars 96 forks source link

Changed gameDir to SDL_GetPrefPath #662

Open ty802 opened 9 months ago

ty802 commented 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.

Drewol commented 9 months ago

Sounds good. Might need to check how this interacts with #661?