diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-16 19:39:51 -0600 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2023-02-25 22:20:32 -0600 |
| commit | 60688bf0d5fa6daf40ccd10af82386bc2d32f1fa (patch) | |
| tree | 242cb7de7a65be1337f61c4bcdd8dfca79b0ecfa /src/core/hid/emulated_controller.h | |
| parent | 833afb7ce340030593f5d4fcb3cbd59a19530a7f (diff) | |
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.h | 7 |
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(); |
