You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe that both the "serial number" and "path" are different between connecting it through USB and Bluetooth. Because of this, the gamepad is now connected through USB and the thread handling the Bluetooth connection gets stuck in JoyShock.cpp:589 if (!get_spi_data(0x603D, 0x12, factory_stick_cal)) { return false; }.
The text was updated successfully, but these errors were encountered:
Steps to reproduce (Windows):
Observe that both the "serial number" and "path" are different between connecting it through USB and Bluetooth. Because of this, the gamepad is now connected through USB and the thread handling the Bluetooth connection gets stuck in JoyShock.cpp:589
if (!get_spi_data(0x603D, 0x12, factory_stick_cal)) { return false; }
.The text was updated successfully, but these errors were encountered: