idz, idac, swdc: switched to [xinput]
config instead of [io]
This commit is contained in:
7
dist/swdc/segatools.ini
vendored
7
dist/swdc/segatools.ini
vendored
@ -26,7 +26,8 @@ enable=1
|
||||
|
||||
[keychip]
|
||||
; The /24 LAN subnet that the emulated keychip will tell the game to expect.
|
||||
; You must set this to your LAN's IP subnet, and that subnet must start with 192.168.
|
||||
; You must set this to your LAN's IP subnet, and that subnet must start with 192.168,
|
||||
; in order to find the MAIN cabinet.
|
||||
subnet=192.168.100.0
|
||||
|
||||
[aimeio]
|
||||
@ -58,10 +59,12 @@ test=0x31
|
||||
service=0x32
|
||||
; Keyboard button to increment coin counter. Default is the 3 key.
|
||||
coin=0x33
|
||||
|
||||
; Input API selection for IO4 input emulator.
|
||||
; Set "xinput" to use a gamepad and "dinput" to use a steering wheel.
|
||||
|
||||
mode=xinput
|
||||
|
||||
[xinput]
|
||||
; 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=1
|
||||
|
Reference in New Issue
Block a user