MorsGames / sm64plus

A fork of sm64-port that focuses on QoL improvements and customizability.
https://mfgg.net/index.php?act=resdb&param=02&c=2&id=38190
453 stars 32 forks source link

Please add support for different path of settings/savedata file (re: linux) #62

Open sofakng opened 2 years ago

sofakng commented 2 years ago

Please add support for different locations of the settings/savedata file(s).

Currently the program creates these files in whatever directory you ran the application from.

Please add a command-line argument to specify the path or use GLib with standard directories (ie. g_get_user_data_dir())

Thanks!