mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-25 22:00:21 +00:00
mc-mitm: add initial dualsense edge support
This commit is contained in:
parent
4e39774525
commit
7c719a31ec
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ namespace ams::controller {
|
|||
|
||||
public:
|
||||
static constexpr const HardwareID hardware_ids[] = {
|
||||
{0x054c, 0x0ce6} // Sony Dualsense Controller
|
||||
{0x054c, 0x0ce6}, // Sony Dualsense Controller
|
||||
{0x054c, 0x0df2} // Sony Dualsense Edge Controller
|
||||
};
|
||||
|
||||
DualsenseController(const bluetooth::Address *address, HardwareID id)
|
||||
|
|
Loading…
Reference in a new issue