mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Get rid of machine_get_machine_from_internal_name_ex
This commit is contained in:
@@ -521,7 +521,7 @@ VMManagerSystem::setupVars()
|
||||
auto machine_name = QString();
|
||||
int i = 0;
|
||||
int ram_granularity = 0;
|
||||
int ci = machine_get_machine_from_internal_name_ex(machine_config["machine"].toUtf8());
|
||||
int ci = machine_get_machine_from_internal_name(machine_config["machine"].toUtf8());
|
||||
// Machine
|
||||
if (ci != -1 && machine_available(ci)) {
|
||||
machine_name = machines[ci].name;
|
||||
|
||||
Reference in New Issue
Block a user