Fully split off global and local config file loading

This commit is contained in:
Alexander Babikov
2025-08-17 04:34:35 +05:00
parent d7aee604c4
commit c6a75fa693
2 changed files with 3 additions and 2 deletions

View File

@@ -2023,8 +2023,6 @@ config_load(void)
int i;
ini_section_t c;
config_load_global();
config_log("Loading VM config file '%s'...\n", cfg_path);
memset(hdd, 0, sizeof(hard_disk_t));