mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
(QNX) Build Fix
This commit is contained in:
parent
2848b77fda
commit
09b45e1b68
@ -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 | driver.overlay_state ) & (1ULL << key));
|
||||
return ((g_extern.lifecycle_state.buttons | driver.overlay_state ) & (1ULL << key));
|
||||
}
|
||||
|
||||
static void qnx_input_free_input(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user