core: hid: Signal color updates

This commit is contained in:
Narr the Reg
2023-11-04 14:05:05 -06:00
parent 940618a64d
commit f07484bc64
5 changed files with 42 additions and 16 deletions

View File

@ -253,6 +253,9 @@ public:
/// Overrides current mapped devices with the stored configuration and reloads all input devices
void ReloadFromSettings();
/// Updates current colors with the ones stored in the configuration
void ReloadColorsFromSettings();
/// Saves the current mapped configuration
void SaveCurrentConfig();