Added more controller options to idzio

Add axis reversal for dinput and single stick steering for xinput.
This commit is contained in:
Bemani Witch
2019-11-22 00:59:08 +00:00
committed by Tau
parent e15a61a7d0
commit 27db92c0bf
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