A newly created configuration is now instantly marked as changed - fixes the status bar in such circumstances.

This commit is contained in:
OBattler
2021-07-19 02:07:47 +02:00
parent 2d1551039e
commit faee9c85ed

View File

@@ -1804,6 +1804,8 @@ config_load(void)
memset(zip_drives, 0, sizeof(zip_drive_t));
if (! config_read(cfg_path)) {
config_changed = 1;
cpu_f = (cpu_family_t *) &cpu_families[0];
cpu = 0;
#ifdef USE_LANGUAGE