diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-04 21:05:05 +0100 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-04 21:13:18 +0100 |
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 yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.tar.gz yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.tar.bz2 yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.tar.lz yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.tar.xz yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.tar.zst yuzu-f07484bc64e6c6f178f4891f1c86ebb23d14dbe7.zip |
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(); |