yuzu: Write to config file on important config changes

This commit is contained in:
Narr the Reg 2023-02-16 10:53:42 -06:00
parent 207fdfe57d
commit 19ef4a0ee2
4 changed files with 7 additions and 0 deletions

View file

@ -122,6 +122,7 @@ signals:
void AddDirectory();
void ShowList(bool show);
void PopulatingCompleted();
void SaveConfig();
private slots:
void OnItemExpanded(const QModelIndex& item);