mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-21 13:25:40 +00:00
Dirt Devils does not use the handbrake
This commit is contained in:
parent
df0034ac1f
commit
da62fa8640
|
@ -353,7 +353,6 @@
|
|||
<input type="common" />
|
||||
<input type="vehicle" />
|
||||
<input type="shiftupdown" />
|
||||
<input type="handbrake" />
|
||||
<input type="viewchange" />
|
||||
</inputs>
|
||||
<encryption_key>0x29290f17</encryption_key>
|
||||
|
@ -428,7 +427,6 @@
|
|||
<input type="common" />
|
||||
<input type="vehicle" />
|
||||
<input type="shiftupdown" />
|
||||
<input type="handbrake" />
|
||||
<input type="viewchange" />
|
||||
</inputs>
|
||||
<encryption_key>0x29290f17</encryption_key>
|
||||
|
@ -461,7 +459,6 @@
|
|||
<input type="common" />
|
||||
<input type="vehicle" />
|
||||
<input type="shiftupdown" />
|
||||
<input type="handbrake" />
|
||||
<input type="viewchange" />
|
||||
</inputs>
|
||||
<encryption_key>0x29290f17</encryption_key>
|
||||
|
@ -494,7 +491,6 @@
|
|||
<input type="common" />
|
||||
<input type="vehicle" />
|
||||
<input type="shiftupdown" />
|
||||
<input type="handbrake" />
|
||||
<input type="viewchange" />
|
||||
</inputs>
|
||||
<encryption_key>0x29290f17</encryption_key>
|
||||
|
@ -527,7 +523,6 @@
|
|||
<input type="common" />
|
||||
<input type="vehicle" />
|
||||
<input type="shiftupdown" />
|
||||
<input type="handbrake" />
|
||||
<input type="viewchange" />
|
||||
</inputs>
|
||||
<encryption_key>0x29290f17</encryption_key>
|
||||
|
|
|
@ -126,7 +126,7 @@ InputVR4 = "KEY_F,JOY1_BUTTON4"
|
|||
; Single view change button (Dirt Devils, ECA, Harley-Davidson, Sega Rally 2)
|
||||
InputViewChange = "KEY_A,JOY1_BUTTON1"
|
||||
|
||||
; Handbrake (Dirt Devils, Sega Rally 2)
|
||||
; Handbrake (Sega Rally 2)
|
||||
InputHandBrake = "KEY_S,JOY1_BUTTON2"
|
||||
|
||||
; Harley-Davidson controls
|
||||
|
|
Loading…
Reference in a new issue