diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-26 21:39:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 21:39:13 +0100 |
commit | ff11fdb07e7264f21b45e23b852bc1c51c870f5c (patch) | |
tree | 0be3e8dfec5f9df92c38e3bba7b632751ad57379 /src/core/hid/emulated_controller.h | |
parent | Merge pull request #9849 from ameerj/async-astc (diff) | |
download | yuzu-ff11fdb07e7264f21b45e23b852bc1c51c870f5c.tar yuzu-ff11fdb07e7264f21b45e23b852bc1c51c870f5c.tar.gz yuzu-ff11fdb07e7264f21b45e23b852bc1c51c870f5c.tar.bz2 yuzu-ff11fdb07e7264f21b45e23b852bc1c51c870f5c.tar.lz yuzu-ff11fdb07e7264f21b45e23b852bc1c51c870f5c.tar.xz yuzu-ff11fdb07e7264f21b45e23b852bc1c51c870f5c.tar.zst yuzu-ff11fdb07e7264f21b45e23b852bc1c51c870f5c.zip |
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-rw-r--r-- | src/core/hid/emulated_controller.h | 7 |
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: /// Reload all input devices void ReloadInput(); - /// Overrides current mapped devices with the stored configuration and reloads all input - /// callbacks + /// Overrides current mapped devices with the stored configuration and reloads all input devices 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(); |