mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Merge machine_getname_ex into machine_getname
This commit is contained in:
@@ -20472,13 +20472,7 @@ machine_count(void)
|
||||
}
|
||||
|
||||
const char *
|
||||
machine_getname(void)
|
||||
{
|
||||
return (machines[machine].name);
|
||||
}
|
||||
|
||||
const char *
|
||||
machine_getname_ex(int m)
|
||||
machine_getname(int m)
|
||||
{
|
||||
return (machines[m].name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user