mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Bug caused by typo
This commit is contained in:
parent
116ed81c23
commit
25f35ed67d
@ -398,7 +398,7 @@ static int16_t switch_input_state(void *data,
|
||||
}
|
||||
if (((float)abs(sw->joypad->axis(joypad_info.joy_idx, joyaxis)) / 0x8000) > joypad_info.axis_threshold)
|
||||
{
|
||||
ret |= (1 << 1);
|
||||
ret |= (1 << i);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user