File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,19 @@ typedef uint32_t pabb_ControllerID;
5454
5555#define PABB_CID_NintendoSwitch_WiredController 0x1000
5656#define PABB_CID_NintendoSwitch_WiredProController 0x1001
57+ #define PABB_CID_NintendoSwitch_WiredLeftJoycon 0x1005
58+ #define PABB_CID_NintendoSwitch_WiredRightJoycon 0x1006
5759#define PABB_CID_NintendoSwitch_WirelessProController 0x1002
58- #define PABB_CID_NintendoSwitch_LeftJoycon 0x1003
59- #define PABB_CID_NintendoSwitch_RightJoycon 0x1004
60+ #define PABB_CID_NintendoSwitch_WirelessLeftJoycon 0x1003
61+ #define PABB_CID_NintendoSwitch_WirelessRightJoycon 0x1004
6062
6163#define PABB_CID_NintendoSwitch2_WiredController 0x1010
6264#define PABB_CID_NintendoSwitch2_WiredProController 0x1011
65+ #define PABB_CID_NintendoSwitch2_WiredLeftJoycon 0x1015
66+ #define PABB_CID_NintendoSwitch2_WiredRightJoycon 0x1016
6367#define PABB_CID_NintendoSwitch2_WirelessProController 0x1012
64- #define PABB_CID_NintendoSwitch2_LeftJoycon 0x1013
65- #define PABB_CID_NintendoSwitch2_RightJoycon 0x1014
68+ #define PABB_CID_NintendoSwitch2_WirelessLeftJoycon 0x1013
69+ #define PABB_CID_NintendoSwitch2_WirelessRightJoycon 0x1014
6670
6771
6872#endif
You can’t perform that action at this time.
0 commit comments