Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Fixed right stick not working if setting was "2"
Browse files Browse the repository at this point in the history
  • Loading branch information
R3FR4G authored and R3FR4G committed Mar 24, 2020
1 parent b3cb7e5 commit d5eda4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JoystickDisplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public void setControllerDataSADX()
catch
{
LRButtons = 4;
RStickBehave = 2;
RStickBehave = 3;
DPadBehave = 1;
OpacityT = 1;
}
Expand Down

0 comments on commit d5eda4b

Please sign in to comment.