mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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;
|
return 0;
|
||||||
state = transform_buttons(
|
state = transform_buttons(
|
||||||
&pad_state[port]);
|
&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)
|
static void ps3_joypad_get_buttons(unsigned port, input_bits_t *state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user