From 5e808ea7402a09a4ab417e8c687d69c9054b757b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= <13226155+dhrdlicka@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:01:18 +0200 Subject: [PATCH] Save global config on load --- src/86box.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/86box.c b/src/86box.c index 0b4dd4349..fbccb4b79 100644 --- a/src/86box.c +++ b/src/86box.c @@ -1086,6 +1086,7 @@ usage: /* Load the global configuration file. */ config_load_global(); + config_save_global(); // hack /* Determine whether to start the VM manager. */ #ifndef USE_SDL_UI