mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Fixed another action getter
This commit is contained in:
parent
3dd88e481c
commit
8c6cfa4c13
@ -3617,7 +3617,7 @@ namespace DS4Windows
|
|||||||
DS4ControlSettings dcs = ds4settings[deviceNum][index];
|
DS4ControlSettings dcs = ds4settings[deviceNum][index];
|
||||||
if (shift)
|
if (shift)
|
||||||
{
|
{
|
||||||
return dcs.shiftTrigger;
|
return dcs.shiftAction;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user