forked from Hay1tsme/segatools
swdc: updated config, fixed start.bat
This commit is contained in:
23
dist/swdc/segatools.ini
vendored
23
dist/swdc/segatools.ini
vendored
@ -90,7 +90,7 @@ restrict=128
|
||||
|
||||
[dinput]
|
||||
; Name of the DirectInput wheel to use (or any text that occurs in its name)
|
||||
; Example: TMX
|
||||
; Example: G29
|
||||
;
|
||||
; If this is left blank then the first DirectInput device will be used.
|
||||
deviceName=
|
||||
@ -99,22 +99,21 @@ deviceName=
|
||||
; X, Y, Z, RX, RY, RZ, U, V
|
||||
;
|
||||
; (U and V are old names for Slider 1 and Slider 2).
|
||||
; The examples below are valid for a Thrustmaster TMX.
|
||||
; The examples below are valid for a Logitech G29.
|
||||
brakeAxis=RZ
|
||||
accelAxis=Y
|
||||
; DirectInput button numbers to map to menu inputs. Note that buttons are
|
||||
; numbered from 1; some software numbers buttons from 0.
|
||||
start=3
|
||||
viewChg=10
|
||||
; Button mappings for the steering wheel paddles. Note shiftDn is the
|
||||
; left paddle and shiftUp is the right paddle.
|
||||
shiftDn=1
|
||||
shiftUp=2
|
||||
start=1
|
||||
viewChg=2
|
||||
; Button mappings for the steering wheel paddles.
|
||||
paddleLeft=6
|
||||
paddleRight=5
|
||||
; Button mappings for the steering wheel buttons.
|
||||
wheelGreen=4
|
||||
wheelRed=5
|
||||
wheelBlue=6
|
||||
wheelYellow=7
|
||||
wheelRed=7
|
||||
wheelBlue=8
|
||||
wheelYellow=9
|
||||
wheelGreen=10
|
||||
; Invert the accelerator and or brake axis
|
||||
; (Needed when using DirectInput for the Dualshock 4 for example)
|
||||
reverseAccelAxis=0
|
||||
|
Reference in New Issue
Block a user