From f12bbe68bd4db80ff34230e9b28b204bdbf4ee8d Mon Sep 17 00:00:00 2001 From: Raspberry-Monster <2194512339@qq.com> Date: Sun, 2 Jan 2022 22:36:10 +0800 Subject: [PATCH] [TLAC] Support ipega's hardware controller --- .../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 3d5f0d0..49ef79d 100644 --- a/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h +++ b/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h @@ -21,7 +21,9 @@ namespace TLAC::Input // Hori F2nd Miniboard (Hatsune Miku Sho): {00490F0D-0000-0000-0000-504944564944} { 0x00490F0D, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, // Hori FT Senyou: {013C0F0D-0000-0000-0000-504944564944} - { 0x013C0F0D, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } } + { 0x013C0F0D, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } }, + // ipega Controller: {01192563-0000-0000-0000-504944564944} + { 0x01192563, 0x0000, 0x0000, { 0x00, 0x00, 0x50, 0x49, 0x44, 0x56, 0x49, 0x44 } } }; class DualShock4 : public Controller, public IInputDevice -- 2.54.0