From 52e7e8eed3daee0de13f7ab114c87cedd3e2a46b Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 3 Nov 2018 20:38:39 -0400 Subject: game_list: Only reload game list after relevant settings changed Prevents unnecessary reloads on every configuration operation. --- src/yuzu/configuration/configure_gamelist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/yuzu/configuration/configure_gamelist.h') diff --git a/src/yuzu/configuration/configure_gamelist.h b/src/yuzu/configuration/configure_gamelist.h index ff7406c60..bbf7e25f1 100644 --- a/src/yuzu/configuration/configure_gamelist.h +++ b/src/yuzu/configuration/configure_gamelist.h @@ -21,6 +21,8 @@ public: void applyConfiguration(); private: + void RequestGameListUpdate(); + void setConfiguration(); void changeEvent(QEvent*) override; -- cgit v1.2.3