mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Use newer extension ViGEm method
This commit is contained in:
parent
c245b2fc2f
commit
561ba5c813
@ -782,7 +782,7 @@ namespace DS4Windows
|
||||
if (state.Cross) tempButtons |= Xbox360Buttons.A;
|
||||
if (state.Square) tempButtons |= Xbox360Buttons.X;
|
||||
if (state.PS) tempButtons |= Xbox360Buttons.Guide;
|
||||
xboxreport.SetButtons(tempButtons);
|
||||
xboxreport.SetButtonsFull(tempButtons);
|
||||
}
|
||||
|
||||
xboxreport.LeftTrigger = state.L2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user