diff options
| author | 2023-11-04 14:05:05 -0600 | |
|---|---|---|
| committer | 2023-11-04 14:13:18 -0600 | |
| commit | f07484bc64e6c6f178f4891f1c86ebb23d14dbe7 (patch) | |
| tree | 70028c9f4a1c3a0a62a873892b023489f56f9eff /src/core/hid/emulated_controller.h | |
| parent | Merge pull request #11952 from liamwhite/opus_stereo_count (diff) | |
| download | yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.tar.gz yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.tar.xz yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.zip | |
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: | |||
| 253 | /// Overrides current mapped devices with the stored configuration and reloads all input devices | 253 | /// Overrides current mapped devices with the stored configuration and reloads all input devices |
| 254 | void ReloadFromSettings(); | 254 | void ReloadFromSettings(); |
| 255 | 255 | ||
| 256 | /// Updates current colors with the ones stored in the configuration | ||
| 257 | void ReloadColorsFromSettings(); | ||
| 258 | |||
| 256 | /// Saves the current mapped configuration | 259 | /// Saves the current mapped configuration |
| 257 | void SaveCurrentConfig(); | 260 | void SaveCurrentConfig(); |
| 258 | 261 | ||