diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-16 10:53:42 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-16 21:17:01 -0600 |
commit | df9c8bdfd9019a42ede7ea90198567ae499afac8 (patch) | |
tree | edb1ff48f6e21428eca03c537b3b4bf3f25bda9c /src/yuzu/game_list.cpp | |
parent | 6d77de96dae4763ef78fdea1918b582e5e181653 (diff) |
yuzu: Write to config file on important config changes
Diffstat (limited to 'src/yuzu/game_list.cpp')
-rw-r--r-- | src/yuzu/game_list.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp index 22aa19c56..c21828b1d 100644 --- a/src/yuzu/game_list.cpp +++ b/src/yuzu/game_list.cpp @@ -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) { |