Skip to content

Commit

Permalink
Nacon Revolution Pro v3 gamepad support
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-n authored and mika-n committed Nov 19, 2019
1 parent 21181b1 commit 6bf6930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DS4Windows/DS4Library/DS4Devices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6bf6930

Please sign in to comment.