mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
yuzu: Write to config file on important config changes
This commit is contained in:
parent
207fdfe57d
commit
19ef4a0ee2
4 changed files with 7 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue