Skip to content

Commit

Permalink
Enable circular analog input for PPSSPP
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltgit committed Jun 25, 2024
1 parent e7d60e3 commit 3dd374c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ ShowRightAnalogStick = False
AnalogDeadzone = 0.150000
AnalogInverseDeadzone = 0.000000
AnalogSensitivity = 1.100000
AnalogIsCircular = False
AnalogIsCircular = True
AnalogAutoRotSpeed = 8.000000
AnalogLimiterDeadzone = 0.600000
LeftStickHeadScale = 1.000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ ShowRightAnalogStick = False
AnalogDeadzone = 0.150000
AnalogInverseDeadzone = 0.000000
AnalogSensitivity = 1.100000
AnalogIsCircular = False
AnalogIsCircular = True
AnalogAutoRotSpeed = 8.000000
AnalogLimiterDeadzone = 0.600000
LeftStickHeadScale = 1.000000
Expand Down

0 comments on commit 3dd374c

Please sign in to comment.