mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-22 22:37:59 +03:00
idz, swdc: add up/down/left/right DInput button config
This commit is contained in:
Vendored
+8
@@ -230,6 +230,14 @@ accelAxis=Y
|
||||
; numbered from 1; some software numbers buttons from 0.
|
||||
start=1
|
||||
viewChg=2
|
||||
; DPad is already emulated, but in order to trigger "Time Up" and exit the
|
||||
; course you need to press both left and right on the DPad at the same time.
|
||||
; This is not possible on most devices, so we set the left and right button again.
|
||||
left=7
|
||||
right=8
|
||||
; Additional mapping for up and down buttons in DPad.
|
||||
up=4
|
||||
down=3
|
||||
; Button mappings for the simulated six-speed shifter.
|
||||
shiftDn=5
|
||||
shiftUp=6
|
||||
|
||||
Vendored
+5
@@ -187,6 +187,11 @@ accelAxis=Y
|
||||
; numbered from 1; some software numbers buttons from 0.
|
||||
start=1
|
||||
viewChg=2
|
||||
; DPad is already emulated, but some wheels use buttons rather than a DPad.
|
||||
up=4
|
||||
down=3
|
||||
left=7
|
||||
right=8
|
||||
; Button mappings for the steering wheel paddles.
|
||||
paddleLeft=6
|
||||
paddleRight=5
|
||||
|
||||
Reference in New Issue
Block a user