preparations for user presets
now we need save
This commit is contained in:
parent
e65168326b
commit
b04ddaa20a
4 changed files with 189 additions and 14 deletions
|
|
@ -648,7 +648,7 @@ void FurnaceGUI::autoDetectSystemIter(std::vector<FurnaceGUISysDef>& category, b
|
|||
it->second++;
|
||||
}
|
||||
DivConfig dc;
|
||||
dc.loadFromMemory(k.flags);
|
||||
dc.loadFromMemory(k.flags.c_str());
|
||||
defConfMap[k.sys]=dc;
|
||||
}
|
||||
if (defCountMap.size()==sysCountMap.size()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue