Save global config on load

This commit is contained in:
David Hrdlička
2025-08-21 20:01:18 +02:00
parent 0ec66d5f88
commit 5e808ea740

View File

@@ -1086,6 +1086,7 @@ usage:
/* Load the global configuration file. */ /* Load the global configuration file. */
config_load_global(); config_load_global();
config_save_global(); // hack
/* Determine whether to start the VM manager. */ /* Determine whether to start the VM manager. */
#ifndef USE_SDL_UI #ifndef USE_SDL_UI