DualSense-Windows icon indicating copy to clipboard operation
DualSense-Windows copied to clipboard

add support for Dualsense Edge

Open aferust opened this issue 1 year ago • 3 comments

in:

https://github.com/Ohjurot/DualSense-Windows/blob/main/VS19_Solution/DualSenseWindows/src/DualSenseWindows/IO.cpp#L91

//0x0CE6 => regular dualsense 0x0DF2 => dualsense edge if (vendorId == 0x054C && (productId == 0x0CE6 || productId == 0x0DF2))

aferust avatar May 18 '23 11:05 aferust