Skip to content

Commit

Permalink
Fix bug in legacy where split type was not reported properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Electronicks committed Jun 2, 2021
1 parent c6fe645 commit 1de44ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JoyShockMapper/src/JslWrapper.cpp
Expand Up @@ -186,7 +186,7 @@ class JSlWrapperImpl : public JslWrapper

int GetControllerSplitType(int deviceId) override
{
return JslGetControllerType(deviceId);
return JslGetControllerSplitType(deviceId);
}

int GetControllerColour(int deviceId) override
Expand Down

0 comments on commit 1de44ed

Please sign in to comment.