summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorGravatar bunnei2023-02-26 22:18:25 -0800
committerGravatar GitHub2023-02-26 22:18:25 -0800
commit2b4ba9032920c408527985a493467063cf405a2e (patch)
tree0be3e8dfec5f9df92c38e3bba7b632751ad57379 /src/core/hid/emulated_controller.h
parentMerge pull request #9849 from ameerj/async-astc (diff)
parentRevert "yuzu: config: Remove player 8 and 9 from config file" (diff)
downloadyuzu-2b4ba9032920c408527985a493467063cf405a2e.tar.gz
yuzu-2b4ba9032920c408527985a493467063cf405a2e.tar.xz
yuzu-2b4ba9032920c408527985a493467063cf405a2e.zip
Merge pull request #9871 from yuzu-emu/revert-9824-burning-profiles
Revert "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, 1 insertions, 6 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h
index 99572b3bd..a9da465a2 100644
--- a/src/core/hid/emulated_controller.h
+++ b/src/core/hid/emulated_controller.h
@@ -250,14 +250,9 @@ 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 253 /// Overrides current mapped devices with the stored configuration and reloads all input devices
254 /// callbacks
255 void ReloadFromSettings(); 254 void ReloadFromSettings();
256 255
257 /// Overrides current mapped debug pad with the stored configuration and reloads all input
258 /// callbacks
259 void ReloadDebugPadFromSettings();
260
261 /// Saves the current mapped configuration 256 /// Saves the current mapped configuration
262 void SaveCurrentConfig(); 257 void SaveCurrentConfig();
263 258