diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2022-12-06 11:26:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 11:26:46 -0500 |
| commit | bbdb6d391e76845a9f2db57d05b2d0a85eeeba4e (patch) | |
| tree | 14708267c324948a8164a19df7d992c764aaac27 /src/core/hid/emulated_controller.h | |
| parent | a86af1b776fadb4d5804ef2c1fb74e0c197cc51d (diff) | |
| parent | e4a16f50eff470d9c87a32143e559716171f12b2 (diff) | |
Merge pull request #9389 from lioncash/emumove
emulated_console/emulated_controller: std::move ParamPackage instances where applicable
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index 3f83108d3..fa7a34278 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h @@ -244,7 +244,7 @@ public: void RestoreConfig(); /// Returns a vector of mapped devices from the mapped button and stick parameters - std::vector<Common::ParamPackage> GetMappedDevices(EmulatedDeviceIndex device_index) const; + std::vector<Common::ParamPackage> GetMappedDevices() const; // Returns the current mapped button device Common::ParamPackage GetButtonParam(std::size_t index) const; |
