Added more controller options to idzio

Add axis reversal for dinput and single stick steering for xinput.
This commit is contained in:
85be42b2ce67a8e34b32793360824b056c0c2444
2019-11-22 00:59:08 +00:00
committed by da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent 4bc7eee909
commit 5b50824e2f
7 changed files with 91 additions and 6 deletions

View File

@ -45,6 +45,9 @@ mode=xinput
; Automatically reset the simulated shifter to Neutral when XInput Start is
; pressed (e.g. when navigating menus between races).
autoNeutral=1
; Use the left thumbstick for steering instead of both on XInput Controllers.
; Not recommended as it will not give you the precision needed for this game
singleStickSteering=0
[dinput]
; Name of the DirectInput wheel to use (or any text that occurs in its name)
@ -83,3 +86,7 @@ gear3=3
gear4=4
gear5=5
gear6=6
; Invert the accelerator and or brake axis
; (Needed when using DirectInput for the Dualshock 4 for example)
reverseAccelAxis=0
reverseBrakeAxis=0