mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
c66cc61fb1
|
@ -365,7 +365,7 @@ void InputDialog::loadConfig()
|
||||||
VariantList items;
|
VariantList items;
|
||||||
|
|
||||||
for(const auto& port: ports)
|
for(const auto& port: ports)
|
||||||
VarList::push_back(items, port);
|
VarList::push_back(items, port, port);
|
||||||
if(avoxport != EmptyString && !BSPF::contains(ports, avoxport))
|
if(avoxport != EmptyString && !BSPF::contains(ports, avoxport))
|
||||||
VarList::push_back(items, avoxport, avoxport);
|
VarList::push_back(items, avoxport, avoxport);
|
||||||
if(items.size() == 0)
|
if(items.size() == 0)
|
||||||
|
|
Loading…
Reference in New Issue