Rework handling of NetworkClient callbacks to route them through ResourceManager and move connection of saved clients to after autoconnection of local client in InitCoroutine

This commit is contained in:
Adam Honse 2025-07-12 22:49:14 -05:00
parent a30617d971
commit d8b9159125
4 changed files with 84 additions and 42 deletions

View file

@ -10,6 +10,7 @@ class ProfileManager;
class RGBController;
class SettingsManager;
typedef void (*ClientInfoChangeCallback)(void *);
typedef void (*DeviceListChangeCallback)(void *);
typedef void (*DetectionProgressCallback)(void *);
typedef void (*DetectionStartCallback)(void *);