yuzu: Write to config file on important config changes

This commit is contained in:
Narr the Reg
2023-02-16 10:53:42 -06:00
parent 6d77de96da
commit df9c8bdfd9
4 changed files with 7 additions and 0 deletions

View File

@ -870,6 +870,7 @@ void GameList::ToggleFavorite(u64 program_id) {
tree_view->setRowHidden(0, item_model->invisibleRootItem()->index(), true);
}
}
SaveConfig();
}
void GameList::AddFavorite(u64 program_id) {