mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
DS3: inherit from hid_pad_handler
This commit is contained in:
parent
fbb9396813
commit
aaae30cb84
3 changed files with 129 additions and 228 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "hid_pad_handler.h"
|
||||
#include "ds3_pad_handler.h"
|
||||
#include "ds4_pad_handler.h"
|
||||
#include "dualsense_pad_handler.h"
|
||||
#include "util/logs.hpp"
|
||||
|
@ -198,5 +199,6 @@ std::shared_ptr<PadDevice> hid_pad_handler<Device>::get_device(const std::string
|
|||
return get_hid_device(device);
|
||||
}
|
||||
|
||||
template class hid_pad_handler<ds3_device>;
|
||||
template class hid_pad_handler<DS4Device>;
|
||||
template class hid_pad_handler<DualSenseDevice>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue