diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-11-04 23:26:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-04 23:26:24 -0400 |
| commit | 770d4b0b721be88bea327c8164b1f62ffbcc1d90 (patch) | |
| tree | f45c4f1525d92af472806507bbbe778f03da18a8 /src/core/hid/emulated_controller.h | |
| parent | e5fed310092e27dee043d93bba4d9b1a9dbca500 (diff) | |
| parent | f07484bc64e6c6f178f4891f1c86ebb23d14dbe7 (diff) | |
Merge pull request #11965 from german77/color
core: hid: Signal color updates
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index d4500583e..ea18c2343 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h @@ -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(); |
