Skip to content

Commit 8c6cfa4

Browse files
committed
Fixed another action getter
1 parent 3dd88e4 commit 8c6cfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DS4Windows/DS4Control/ScpUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3617,7 +3617,7 @@ public object GetDS4Action(int deviceNum, DS4Controls dc, bool shift)
36173617
DS4ControlSettings dcs = ds4settings[deviceNum][index];
36183618
if (shift)
36193619
{
3620-
return dcs.shiftTrigger;
3620+
return dcs.shiftAction;
36213621
}
36223622
else
36233623
{

0 commit comments

Comments
 (0)