Merge branch 'feature/hori-onyx-support' into develop

This commit is contained in:
ndeadly 2020-09-12 19:47:04 +02:00
commit 7091c53b15

View file

@ -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)