mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +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];
|
||||
if (!pad->joypad)
|
||||
return false;
|
||||
return 0;
|
||||
|
||||
int val = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user