mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
(QNX) Fix the build fix, I am an idiot
This commit is contained in:
parent
09b45e1b68
commit
3bf398f38e
@ -627,7 +627,7 @@ static int16_t qnx_input_state(void *data, const struct retro_keybind **retro_ke
|
||||
|
||||
static bool qnx_input_key_pressed(void *data, int key)
|
||||
{
|
||||
return ((g_extern.lifecycle_state.buttons | driver.overlay_state ) & (1ULL << key));
|
||||
return ((g_extern.lifecycle_state | driver.overlay_state.buttons ) & (1ULL << key));
|
||||
}
|
||||
|
||||
static void qnx_input_free_input(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user