mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Input: rename some functions
This commit is contained in:
parent
ff61bc9e7c
commit
25a66da4ca
4 changed files with 9 additions and 9 deletions
|
@ -132,7 +132,7 @@ private:
|
|||
}
|
||||
|
||||
void CheckAddDevice(hid_device* hidDevice, hid_device_info* hidDevInfo);
|
||||
int SendVibrateData(const std::shared_ptr<DualSenseDevice>& device);
|
||||
int send_output_report(const std::shared_ptr<DualSenseDevice>& device);
|
||||
std::shared_ptr<PadDevice> get_device(const std::string& device) override;
|
||||
bool get_is_left_trigger(u64 keyCode) override;
|
||||
bool get_is_right_trigger(u64 keyCode) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue