Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion JoyShockMapper/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,6 @@ void joyShockPollCallback(int jcHandle, JOY_SHOCK_STATE state, JOY_SHOCK_STATE l
void connectDevices(bool mergeJoycons = true)
{
handle_to_joyshock.clear();
this_thread::sleep_for(100ms);
int numConnected = jsl->ConnectDevices();
vector<int> deviceHandles(numConnected, 0);
if (numConnected > 0)
Expand Down