mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
feat: New Autoloader & Rebrand Current to "Update Manager"
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user