mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 04:21:13 +00:00
Update wayland_input.c
This commit is contained in:
parent
71fbd8bdae
commit
fe81f0ad4e
@ -336,13 +336,7 @@ static int16_t input_wl_state(
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void input_wl_free(void *data)
|
||||
{
|
||||
input_ctx_wayland_data_t *wl = (input_ctx_wayland_data_t*)data;
|
||||
if (!wl)
|
||||
return;
|
||||
free(data);
|
||||
}
|
||||
static void input_wl_free(void *data) { }
|
||||
|
||||
bool input_wl_init(void *data, const char *joypad_name)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user