mirror of https://github.com/PCSX2/pcsx2.git
Pad: Formatting
This commit is contained in:
parent
0bd65614d0
commit
d96b1ef525
|
@ -94,7 +94,6 @@ static const std::array<gamePadValues, MAX_KEYS> all_keys =
|
||||||
PAD_R_RIGHT, // Right joystick (Right) →
|
PAD_R_RIGHT, // Right joystick (Right) →
|
||||||
PAD_R_DOWN, // Right joystick (Down) ↓
|
PAD_R_DOWN, // Right joystick (Down) ↓
|
||||||
PAD_R_LEFT // Right joystick (Left) ←
|
PAD_R_LEFT // Right joystick (Left) ←
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool IsAnalogKey(int index)
|
static bool IsAnalogKey(int index)
|
||||||
|
|
Loading…
Reference in New Issue