mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-23 04:43:10 +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
|
@ -126,7 +126,8 @@ namespace ams::controller {
|
||||||
public:
|
public:
|
||||||
static constexpr const HardwareID hardware_ids[] = {
|
static constexpr const HardwareID hardware_ids[] = {
|
||||||
{0x054c, 0x05c4}, // Official Dualshock4 v1
|
{0x054c, 0x05c4}, // Official Dualshock4 v1
|
||||||
{0x054c, 0x09cc} // Official Dualshock4 v2
|
{0x054c, 0x09cc}, // Official Dualshock4 v2
|
||||||
|
{0x0f0d, 0x00f6} // Hori ONYX
|
||||||
};
|
};
|
||||||
|
|
||||||
Dualshock4Controller(const bluetooth::Address *address)
|
Dualshock4Controller(const bluetooth::Address *address)
|
||||||
|
|
Loading…
Reference in a new issue