From 3745341ae9cf01964adc23f13fec68a45a04c240 Mon Sep 17 00:00:00 2001 From: Collecting Date: Wed, 10 Dec 2025 01:29:15 +0000 Subject: [PATCH] feat: New Autoloader & Rebrand Current to "Update Manager" Signed-off-by: Collecting --- src/citron/game_list.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/citron/game_list.h b/src/citron/game_list.h index 98f88d956..06554d939 100644 --- a/src/citron/game_list.h +++ b/src/citron/game_list.h @@ -140,6 +140,7 @@ signals: void ShowList(bool show); void PopulatingCompleted(); void SaveConfig(); + void RunAutoloaderRequested(); public slots: void OnConfigurationChanged(); @@ -204,7 +205,7 @@ private: ControllerNavigation* controller_navigation = nullptr; CompatibilityList compatibility_list; QTimer* online_status_timer; - QTimer config_update_timer; // NEW: Timer for debouncing config changes + QTimer config_update_timer; friend class GameListSearchField;