summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorGravatar liamwhite2023-11-04 23:26:24 -0400
committerGravatar GitHub2023-11-04 23:26:24 -0400
commit770d4b0b721be88bea327c8164b1f62ffbcc1d90 (patch)
treef45c4f1525d92af472806507bbbe778f03da18a8 /src/core/hid/emulated_controller.h
parentMerge pull request #11963 from Kelebek1/eol_lf (diff)
parentcore: hid: Signal color updates (diff)
downloadyuzu-770d4b0b721be88bea327c8164b1f62ffbcc1d90.tar.gz
yuzu-770d4b0b721be88bea327c8164b1f62ffbcc1d90.tar.xz
yuzu-770d4b0b721be88bea327c8164b1f62ffbcc1d90.zip
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.h3
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