mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Changed how pending gamelist writes are handled when rescanning the ROM directory
This commit is contained in:
parent
599d1e736d
commit
79a18c07ac
|
@ -1752,7 +1752,7 @@ void GuiMenu::openUtilities()
|
|||
window->stopInfoPopup();
|
||||
GuiMenu::close(true);
|
||||
// Write any gamelist.xml changes before proceeding with the reload.
|
||||
if (Settings::getInstance()->getString("SaveGamelistsMode") != "never") {
|
||||
if (Settings::getInstance()->getString("SaveGamelistsMode") == "on exit") {
|
||||
for (auto system : SystemData::sSystemVector)
|
||||
system->writeMetaData();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue