From 8c098fc5ad7fd2b50ab7408f004e04fd37014aa9 Mon Sep 17 00:00:00 2001 From: SwigS-27 Date: Sun, 1 Sep 2019 11:14:50 +0000 Subject: [PATCH] added sixaxis/hori mini controller --- .../source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h | 2 ++ 1 file changed, 2 insertions(+) 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 4722d0e..3a1a0ca 100644 --- a/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h +++ b/source-code/source/plugins/TLAC/Input/DirectInput/Ds4/DualShock4.h @@ -12,6 +12,8 @@ namespace TLAC::Input { 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} + { 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 } }, };