preparations for user presets

now we need save
This commit is contained in:
tildearrow 2024-03-29 19:56:16 -05:00
parent e65168326b
commit b04ddaa20a
4 changed files with 189 additions and 14 deletions

View file

@ -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()) {