mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-25 20:32:22 +00:00
Merge pull request #11073 from barbudreadmon/patch-6
psl1ght_input.c: fix typo
This commit is contained in:
commit
35183c1fbb
@ -429,7 +429,7 @@ static int16_t ps3_joypad_button(unsigned port, uint16_t joykey)
|
||||
return 0;
|
||||
state = transform_buttons(
|
||||
&pad_state[port]);
|
||||
return (state & (UINT64_C(1) << joykey);
|
||||
return (state & (UINT64_C(1) << joykey));
|
||||
}
|
||||
|
||||
static void ps3_joypad_get_buttons(unsigned port, input_bits_t *state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user