summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.h
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.h
parent6d77de96dae4763ef78fdea1918b582e5e181653 (diff)
yuzu: Write to config file on important config changes
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r--src/yuzu/game_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h
index f7ff93ed9..64e5af4c1 100644
--- a/src/yuzu/game_list.h
+++ b/src/yuzu/game_list.h
@@ -122,6 +122,7 @@ signals:
void AddDirectory();
void ShowList(bool show);
void PopulatingCompleted();
+ void SaveConfig();
private slots:
void OnItemExpanded(const QModelIndex& item);