mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-17 15:59:57 +00:00
Return axis values that makes more sense.
This commit is contained in:
parent
c6c68dfcf1
commit
5e70581a5f
@ -439,7 +439,7 @@ static int16_t dinput_joypad_axis(unsigned port_num, uint32_t joyaxis)
|
|||||||
|
|
||||||
const struct dinput_joypad *pad = &g_pads[port_num];
|
const struct dinput_joypad *pad = &g_pads[port_num];
|
||||||
if (!pad->joypad)
|
if (!pad->joypad)
|
||||||
return false;
|
return 0;
|
||||||
|
|
||||||
int val = 0;
|
int val = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user