mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
(QNX) Properly implement qnx input free function
This commit is contained in:
parent
07cd28d00f
commit
9894e2db0c
@ -662,10 +662,7 @@ static bool qnx_input_key_pressed(void *data, int key)
|
|||||||
|
|
||||||
static void qnx_input_free_input(void *data)
|
static void qnx_input_free_input(void *data)
|
||||||
{
|
{
|
||||||
if (!data)
|
free(data);
|
||||||
return;
|
|
||||||
|
|
||||||
//free(data);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void qnx_input_set_keybinds(void *data, unsigned device, unsigned port,
|
static void qnx_input_set_keybinds(void *data, unsigned device, unsigned port,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user