mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Emu: some cleanup
This commit is contained in:
parent
a3e8a61547
commit
03b76b4606
149 changed files with 957 additions and 1139 deletions
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "hid_pad_handler.h"
|
||||
#include "Utilities/CRC.h"
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
@ -75,9 +74,9 @@ public:
|
|||
void init_config(pad_config* cfg, const std::string& name) override;
|
||||
|
||||
private:
|
||||
bool get_calibration_data(DualSenseDevice* dualsense_device);
|
||||
bool get_calibration_data(DualSenseDevice* dualsense_device) const;
|
||||
|
||||
DataStatus get_data(DualSenseDevice* dualsenseDevice) override;
|
||||
DataStatus get_data(DualSenseDevice* device) override;
|
||||
void check_add_device(hid_device* hidDevice, std::string_view path, std::wstring_view wide_serial) override;
|
||||
int send_output_report(DualSenseDevice* device) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue