mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +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];
|
||||
if (shift)
|
||||
{
|
||||
return dcs.shiftTrigger;
|
||||
return dcs.shiftAction;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user