From 6bf693026efef658e9e2ab9994e3dee1e3b29061 Mon Sep 17 00:00:00 2001 From: mika-n Date: Tue, 19 Nov 2019 08:39:23 +0200 Subject: [PATCH] Nacon Revolution Pro v3 gamepad support --- DS4Windows/DS4Library/DS4Devices.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DS4Windows/DS4Library/DS4Devices.cs b/DS4Windows/DS4Library/DS4Devices.cs index ecd46569ac..380f6d392c 100644 --- a/DS4Windows/DS4Library/DS4Devices.cs +++ b/DS4Windows/DS4Library/DS4Devices.cs @@ -58,6 +58,7 @@ public class DS4Devices new VidPidInfo(0x0C12, 0x0E16, "Steel Play MetalTech"), // Steel Play Metaltech P4 (wired) new VidPidInfo(NACON_VID, 0x0D08, "Nacon Revol U Pro"), // Nacon Revolution Unlimited Pro new VidPidInfo(HORI_VID, 0x0084, "Hori Fighting Cmd"), // Hori Fighting Commander (special kind of gamepad without touchpad or sticks. There is a hardware switch to alter d-pad type between dpad and LS/RS) + new VidPidInfo(NACON_VID, 0x0D13, "Nacon Revol Pro v.3"), }; private static string devicePathToInstanceId(string devicePath)