mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
Merge branch 'feature/hori-onyx-support' into develop
This commit is contained in:
commit
7091c53b15
1 changed files with 3 additions and 2 deletions
|
@ -125,8 +125,9 @@ namespace ams::controller {
|
|||
|
||||
public:
|
||||
static constexpr const HardwareID hardware_ids[] = {
|
||||
{0x054c, 0x05c4}, // Official Dualshock4 v1
|
||||
{0x054c, 0x09cc} // Official Dualshock4 v2
|
||||
{0x054c, 0x05c4}, // Official Dualshock4 v1
|
||||
{0x054c, 0x09cc}, // Official Dualshock4 v2
|
||||
{0x0f0d, 0x00f6} // Hori ONYX
|
||||
};
|
||||
|
||||
Dualshock4Controller(const bluetooth::Address *address)
|
||||
|
|
Loading…
Reference in a new issue