Correct Landing Gear control [sjy96525] (#2842)

* Correct Landing Gear control [sjy96525]

Changed Landing Gear from Pedal to AD_STICK_Z.

* Everything Else.

* Another (nw)
This commit is contained in:
sjy96525 2017-11-27 22:30:51 +08:00 committed by hap
parent 086d08482f
commit 25f66968c3

View File

@ -969,7 +969,7 @@ static INPUT_PORTS_START( landgear )
PORT_BIT( 0xff, 0x80, IPT_AD_STICK_Y ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) PORT_BIT( 0xff, 0x80, IPT_AD_STICK_Y ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5)
PORT_START("AN.2") // Throttle PORT_START("AN.2") // Throttle
PORT_BIT( 0xff, 0x00, IPT_PEDAL ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) PORT_REVERSE PORT_BIT( 0xff, 0x80, IPT_AD_STICK_Z ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) PORT_CENTERDELTA(0) PORT_REVERSE
INPUT_PORTS_END INPUT_PORTS_END
static INPUT_PORTS_START( sidebs ) static INPUT_PORTS_START( sidebs )