File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,9 @@ static Uint64 HIDAPI_Driver8BitDo_GetIMURateForProductID(SDL_HIDAPI_Device *devi
256
256
// This firmware appears to update at 100 Hz over USB
257
257
return 100 ;
258
258
}
259
- case USB_PRODUCT_8BITDO_PRO_3 :
260
259
case USB_PRODUCT_8BITDO_PRO_2 :
261
260
case USB_PRODUCT_8BITDO_PRO_2_BT : // Note, labeled as "BT" but appears this way when wired.
261
+ case USB_PRODUCT_8BITDO_PRO_3 :
262
262
if (device -> is_bluetooth ) {
263
263
// Note, This is estimated by observation of Bluetooth packets received in the testcontroller tool
264
264
return 85 ; // Observed Bluetooth packet rate seems to be 80-90hz
Original file line number Diff line number Diff line change 60
60
#define USB_VENDOR_VALVE 0x28de
61
61
#define USB_VENDOR_ZEROPLUS 0x0c12
62
62
63
- #define USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS 0x6012 // mode switch to BT
64
- #define USB_PRODUCT_8BITDO_PRO_3 0x6009 // mode switch to D
65
63
#define USB_PRODUCT_8BITDO_SF30_PRO 0x6000 // B + START
66
64
#define USB_PRODUCT_8BITDO_SF30_PRO_BT 0x6100 // B + START
67
65
#define USB_PRODUCT_8BITDO_SN30_PRO 0x6001 // B + START
68
66
#define USB_PRODUCT_8BITDO_SN30_PRO_BT 0x6101 // B + START
69
67
#define USB_PRODUCT_8BITDO_PRO_2 0x6003 // mode switch to D
70
68
#define USB_PRODUCT_8BITDO_PRO_2_BT 0x6006 // mode switch to D
69
+ #define USB_PRODUCT_8BITDO_PRO_3 0x6009 // mode switch to D
70
+ #define USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS 0x6012 // mode switch to BT
71
71
#define USB_PRODUCT_AMAZON_LUNA_CONTROLLER 0x0419
72
72
#define USB_PRODUCT_ASTRO_C40_XBOX360 0x0024
73
73
#define USB_PRODUCT_BACKBONE_ONE_IOS 0x0103
You can’t perform that action at this time.
0 commit comments