From c64ebc6c9f051293b8ba3fd2175ad296c434673a Mon Sep 17 00:00:00 2001 From: mika-n Date: Tue, 28 May 2019 21:58:40 +0300 Subject: [PATCH] Support for Warrior Joypad JS083 gamepad. See issue #713 for more details. --- DS4Windows/DS4Library/DS4Devices.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DS4Windows/DS4Library/DS4Devices.cs b/DS4Windows/DS4Library/DS4Devices.cs index 256bd1e..90af578 100644 --- a/DS4Windows/DS4Library/DS4Devices.cs +++ b/DS4Windows/DS4Library/DS4Devices.cs @@ -49,6 +49,7 @@ namespace DS4Windows new VidPidInfo(RAZER_VID, 0x1004), // Razer Raiju Ultimate Edition (wired) new VidPidInfo(RAZER_VID, 0x1009), // Razer Raiju Ultimate Edition (BT). Doesn't work yet for some reason even when non-steam Razer driver lists the BT Razer Ultimate with this ID. new VidPidInfo(SONY_VID, 0x05C5), // CronusMax (PS4 Output Mode) + new VidPidInfo(0x0C12, 0x57AB), // Warrior Joypad JS083 (wired). Custom lightbar color doesn't work, but everything else works OK (except touchpad and gyro because the gamepad doesnt have those). }; private static string devicePathToInstanceId(string devicePath)