mirror of
https://github.com/86Box/86Box.git
synced 2026-03-02 02:38:24 -07:00
Merge machine_getname_ex into machine_getname
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user