From 2f7375c5e7a49c41ecb91b99c507638f4a4f5f26 Mon Sep 17 00:00:00 2001 From: somewhatlurker <52014015+somewhatlurker@users.noreply.github.com> Date: Mon, 2 Sep 2019 18:09:50 +1000 Subject: [PATCH] try adding Hori X and F2nd Miniboard controller GUIDs --- .../plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 d4890fe..7b8b568 100644 --- a/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h +++ b/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h @@ -5,17 +5,19 @@ namespace TLAC::Input { - // DualShock 4 Wireless Controller Product GUIDs: - const GUID GUID_Ds4[4] = + // DualShock 4 Controller Product GUIDs: + const GUID GUID_Ds4[] = { // 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 } }, - // PS3 Controller Non Dualshock: {745a17a0-74d3-11d0-b6fe-00a0c90f57da} - { 0x745a17a0, 0x74d3, 0x11d0, { 0xb6, 0xfe, 0x00, 0xa0, 0xc9, 0x0f, 0x57, 0xda } }, // GAMO2 DIVALLER: {11140E8F-0000-0000-0000-504944564944} { 0x11140E8F, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, + // Hori HATSUNE MIKU X: {00A50F0D-0000-0000-0000-504944564944} + { 0x00A50F0D, 0x0000, 0x0000,{ 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, + // Hori F2nd Miniboard (Hatsune Miku Sho): {00490F0D-0000-0000-0000-504944564944} + { 0x00490F0D, 0x0000, 0x0000,{ 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, }; class DualShock4 : public Controller, public IInputDevice