mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(Android) Properly implement input free function
This commit is contained in:
parent
9894e2db0c
commit
bbf3f17b85
@ -2025,7 +2025,7 @@ static bool android_input_key_pressed(void *data, int key)
|
||||
|
||||
static void android_input_free_input(void *data)
|
||||
{
|
||||
(void)data;
|
||||
free(data);
|
||||
}
|
||||
|
||||
static uint64_t android_input_get_capabilities(void *data)
|
||||
|
Loading…
Reference in New Issue
Block a user