mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-25 10:46:51 +01:00
Check for presence of PS button in idle check
This commit is contained in:
parent
dfed4b1051
commit
3177530ccd
@ -1521,7 +1521,7 @@ namespace DS4Windows
|
||||
return false;
|
||||
if (cState.DpadUp || cState.DpadLeft || cState.DpadDown || cState.DpadRight)
|
||||
return false;
|
||||
if (cState.L3 || cState.R3 || cState.L1 || cState.R1 || cState.Share || cState.Options)
|
||||
if (cState.L3 || cState.R3 || cState.L1 || cState.R1 || cState.Share || cState.Options || cState.PS)
|
||||
return false;
|
||||
if (cState.L2 != 0 || cState.R2 != 0)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user