mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(WiiU) Buildfix
This commit is contained in:
parent
36a76d1248
commit
74e5d366c8
@ -343,7 +343,7 @@ static int16_t wpad_state(
|
||||
port, (uint16_t)joykey))
|
||||
ret |= ( 1 << i);
|
||||
else if (joyaxis != AXIS_NONE &&
|
||||
((float)abs(wpad_axis_state(port, joyaxis))
|
||||
((float)abs(wpad_axis(port, joyaxis))
|
||||
/ 0x8000) > joypad_info->axis_threshold)
|
||||
ret |= (1 << i);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user