This commit is contained in:
OBattler
2023-10-08 01:16:42 +02:00
parent 7fe79f995d
commit 63ce626f29
2 changed files with 12 additions and 3 deletions

View File

@@ -72,6 +72,11 @@ machine_init_ex(int m)
if (!bios_only) {
machine_log("Initializing as \"%s\"\n", machine_getname());
machine_init_p1();
machine_init_gpio();
machine_init_gpio_acpi();
is_vpc = 0;
standalone_gameport_type = NULL;
gameport_instance_id = 0;