summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-02-17 02:39:51 +0100
committergerman77 <juangerman-13@hotmail.com>2023-02-26 05:20:32 +0100
commit60688bf0d5fa6daf40ccd10af82386bc2d32f1fa (patch)
tree242cb7de7a65be1337f61c4bcdd8dfca79b0ecfa /src/core/hid/emulated_controller.h
parentMerge pull request #9848 from german77/metroid_motion (diff)
downloadyuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.gz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.bz2
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.lz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.xz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.zst
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.zip
Diffstat (limited to '')
-rw-r--r--src/core/hid/emulated_controller.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h
index a9da465a2..99572b3bd 100644
--- a/src/core/hid/emulated_controller.h
+++ b/src/core/hid/emulated_controller.h
@@ -250,9 +250,14 @@ public:
/// Reload all input devices
void ReloadInput();
- /// Overrides current mapped devices with the stored configuration and reloads all input devices
+ /// Overrides current mapped devices with the stored configuration and reloads all input
+ /// callbacks
void ReloadFromSettings();
+ /// Overrides current mapped debug pad with the stored configuration and reloads all input
+ /// callbacks
+ void ReloadDebugPadFromSettings();
+
/// Saves the current mapped configuration
void SaveCurrentConfig();