summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-02-16 10:53:42 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2023-02-16 21:17:01 -0600
commitdf9c8bdfd9019a42ede7ea90198567ae499afac8 (patch)
treeedb1ff48f6e21428eca03c537b3b4bf3f25bda9c /src/yuzu/game_list.cpp
parent6d77de96dae4763ef78fdea1918b582e5e181653 (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.cpp1
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) {