mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-25 18:46:58 +01:00
Fix if clicked R Sick Left in options list, you'd get circle
Signed-off-by: jays2kings <jays2kings@gmail.com>
This commit is contained in:
parent
e861aa4600
commit
ac89fb13d0
@ -781,7 +781,7 @@ namespace ScpServer
|
||||
if (lBAnalogSticks.SelectedIndex == 5) Show_ControlsBn(bnLSRight, e);
|
||||
if (lBAnalogSticks.SelectedIndex == 6) Show_ControlsBn(bnRSUp, e);
|
||||
if (lBAnalogSticks.SelectedIndex == 7) Show_ControlsBn(bnRSDown, e);
|
||||
if (lBAnalogSticks.SelectedIndex == 8) Show_ControlsBn(bnCircle, e);
|
||||
if (lBAnalogSticks.SelectedIndex == 8) Show_ControlsBn(bnRSLeft, e);
|
||||
if (lBAnalogSticks.SelectedIndex == 9) Show_ControlsBn(bnRSRight, e);
|
||||
}
|
||||
else if (tabOptions.SelectedTab == tabTouchPad)
|
||||
|
Loading…
Reference in New Issue
Block a user