summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorGravatar Narr the Reg2023-02-16 19:39:51 -0600
committerGravatar german772023-02-25 22:20:32 -0600
commit60688bf0d5fa6daf40ccd10af82386bc2d32f1fa (patch)
tree242cb7de7a65be1337f61c4bcdd8dfca79b0ecfa /src/core/hid/emulated_controller.h
parentMerge pull request #9848 from german77/metroid_motion (diff)
downloadyuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.gz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.tar.xz
yuzu-60688bf0d5fa6daf40ccd10af82386bc2d32f1fa.zip
yuzu: config: Remove player 8 and 9 from config file
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-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:
250 /// Reload all input devices 250 /// Reload all input devices
251 void ReloadInput(); 251 void ReloadInput();
252 252
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
254 /// callbacks
254 void ReloadFromSettings(); 255 void ReloadFromSettings();
255 256
257 /// Overrides current mapped debug pad with the stored configuration and reloads all input
258 /// callbacks
259 void ReloadDebugPadFromSettings();
260
256 /// Saves the current mapped configuration 261 /// Saves the current mapped configuration
257 void SaveCurrentConfig(); 262 void SaveCurrentConfig();
258 263