mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-03-21 18:05:00 -05:00
GameList: Save config after updating favorites
This commit is contained in:
parent
cd5838fc7f
commit
f5be6bef2d
|
|
@ -712,7 +712,7 @@ void wxGameList::OnContextMenuSelected(wxCommandEvent& event)
|
|||
GetConfig().SetGameListFavorite(title_id, !GetConfig().IsGameListFavorite(title_id));
|
||||
SortEntries();
|
||||
UpdateItemColors();
|
||||
//SaveConfig();
|
||||
SaveConfig(true);
|
||||
break;
|
||||
case kContextMenuEditName:
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user