Skip to content

Commit

Permalink
bug(switch): improves switch mode controller compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDaleSmith committed Mar 24, 2024
1 parent b8b7b6a commit 1d53f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/switch_pro.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void output_switch_pro(uint8_t dev_addr, uint8_t instance, int player_index, uin
// https://github.com/felis/USB_Host_Shield_2.0/
// https://github.com/nicman23/dkms-hid-nintendo/
// https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/USB-HID-Notes.md
if (switch_devices[dev_addr].instances[instance].conn_ack)
if (1/*switch_devices[dev_addr].instances[instance].conn_ack*/) // disable check for improved 3rd party switch mode controllers
{
// set the faster baud rate
// if (!switch_devices[dev_addr].instances[instance].baud) {
Expand Down

0 comments on commit 1d53f5d

Please sign in to comment.