Don't change default behavior... yet

This commit is contained in:
Jasmine Iwanek
2024-07-08 14:29:27 -04:00
parent 215b3253a5
commit 84a494aa42

View File

@@ -795,7 +795,7 @@ load_storage_controllers(void)
}
p = ini_section_get_string(cat, "fdc", NULL);
#if 0
#if 1
if (p != NULL)
fdc_type = fdc_card_get_from_internal_name(p);
else