diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-02-26 09:20:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 09:20:02 -0500 |
| commit | c50a930bbb12184e9dee70000cec5588f2f56b0a (patch) | |
| tree | 242cb7de7a65be1337f61c4bcdd8dfca79b0ecfa /src/core/hid/emulated_controller.h | |
| parent | 833afb7ce340030593f5d4fcb3cbd59a19530a7f (diff) | |
| parent | 60688bf0d5fa6daf40ccd10af82386bc2d32f1fa (diff) | |
Merge pull request #9824 from german77/burning-profiles
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(); |
