Nacon Revolution Ultimate support

This commit is contained in:
mika-n 2019-10-18 20:33:37 +03:00
parent 10026401c2
commit c9d532a75a

View File

@ -53,6 +53,7 @@ namespace DS4Windows
new VidPidInfo(SONY_VID, 0x05C5, "CronusMax (PS4 Mode)"), // CronusMax (PS4 Output Mode)
new VidPidInfo(0x0C12, 0x57AB, "Warrior Joypad JS083"), // 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).
new VidPidInfo(0x0C12, 0x0E16, "Steel Play MetalTech"), // Steel Play Metaltech P4 (wired)
new VidPidInfo(NACON_VID, 0x0D08, "Nacon Revol Unlimited"), // Nacon Revolution Unlimited
};
private static string devicePathToInstanceId(string devicePath)