Merge machine_getname_ex into machine_getname

This commit is contained in:
Alexander Babikov
2026-01-01 16:41:03 +05:00
parent 35a48ccdc9
commit 2b99bf64bd
7 changed files with 10 additions and 17 deletions

View File

@@ -69,7 +69,7 @@ machine_init_ex(int m)
int ret = 0;
if (!bios_only) {
machine_log("Initializing as \"%s\"\n", machine_getname());
machine_log("Initializing as \"%s\"\n", machine_getname(machine));
machine_init_p1();