Fixed an issue where changing the ROM art setting would not reload the gamelists.

This commit is contained in:
Leon Styhre 2021-01-03 11:22:30 +01:00
parent 1a746ac98f
commit 917d2a6fb1

View file

@ -836,6 +836,7 @@ void GuiMenu::openOtherSettings()
if (rom_dir_game_media->getState() != Settings::getInstance()->getBool("ROMDirGameMedia")) {
Settings::getInstance()->setBool("ROMDirGameMedia", rom_dir_game_media->getState());
s->setNeedsSaving();
s->setNeedsReloading();
}
});