diff options
| author | Mai <mai.iam2048@gmail.com> | 2023-02-16 22:58:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 22:58:29 -0500 |
| commit | 61b1772e510523813b0642b51113135148e0ce5a (patch) | |
| tree | 807562743402b5348e5a14c1da522dac2d9b0fd6 /src/yuzu/game_list.cpp | |
| parent | 889bfce4474ffc61c5dca43a81a9d1225ef93544 (diff) | |
| parent | 0a88c7dbbe627583b307933169c07bcd10bc18e1 (diff) | |
Merge pull request #9817 from german77/save
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) { |
