Skip to content

Commit

Permalink
PS4 controller on Windows needs the trigger hack. Yay.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhogan committed Jan 4, 2015
1 parent b5dacf7 commit 4352d2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,15 @@ public PlayStation4WinProfile()
Source = Analog3,
SourceRange = InputControlMapping.Range.Complete,
TargetRange = InputControlMapping.Range.Positive,
IgnoreInitialZeroValue = true
},
new InputControlMapping {
Handle = "Right Trigger",
Target = InputControlType.RightTrigger,
Source = Analog4,
SourceRange = InputControlMapping.Range.Complete,
TargetRange = InputControlMapping.Range.Positive,
IgnoreInitialZeroValue = true
},
new InputControlMapping {
Handle = "DPad Left",
Expand Down

0 comments on commit 4352d2d

Please sign in to comment.