From 3ebf1846159e25641b1311b3f6bffa5138e685bc Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Wed, 14 Aug 2019 21:49:44 +0200 Subject: [PATCH] GAMO2 DIVALLER support --- .../source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h b/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h index 56fdf50..4722d0e 100644 --- a/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h +++ b/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h @@ -6,12 +6,14 @@ namespace TLAC::Input { // DualShock 4 Wireless Controller Product GUIDs: - const GUID GUID_Ds4[2] = + const GUID GUID_Ds4[3] = { // First Generation: {05C4054C-0000-0000-0000-504944564944} { 0x05C4054C, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, // Second Generation: {09CC054C-0000-0000-0000-504944564944} { 0x09CC054C, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, + // GAMO2 DIVALLER: {11140E8F-0000-0000-0000-504944564944} + { 0x11140E8F, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, }; class DualShock4 : public Controller, public IInputDevice