This patch will make Desmume use the user-specific config directory (usually $HOME/.config/desmume) instead of the current directory. Also patches the GTK and GTK-Glade ports to use config.ini in this directory instead of $HOME/.desmume.ini
This patch was made to keep my homedir from getting cluttered with saves and savestates.
This is something that annoys me too. Still have to take a look the patch but thanks for doing so.
reworked patch, use gtk config stuff for glade too
What about the attached patch? it tries to copy the old config file to the new location (dropped .ini) and convert the glade frontend to the gtk config code. Can you give it a try please?
That works. :)
Maybe also g_unlink the old config file?
g_rename instead of silly copying is even better, anyway applied, thank you.