laamaa / m8c

Cross-platform M8 tracker headless client
Other
409 stars 85 forks source link

Store support files in location provided by SDL_GetPrefPath #34

Closed laamaa closed 2 years ago

laamaa commented 2 years ago

Currently config.ini and gamecontrollerdb.txt reside in the same directory as the application. It would be better to store them in standard directories for support files, this can be done with SDL2's SDL_GetPrefPath function.

laamaa commented 2 years ago

This relates somewhat to #33

laamaa commented 2 years ago

Done in #35