mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(CocoaTouch) Fix event_command callback
This commit is contained in:
parent
1062849419
commit
b1d2bd0032
@ -543,11 +543,7 @@ static void *ui_companion_cocoatouch_init(void)
|
|||||||
static void ui_companion_cocoatouch_event_command(void *data,
|
static void ui_companion_cocoatouch_event_command(void *data,
|
||||||
enum event_command cmd)
|
enum event_command cmd)
|
||||||
{
|
{
|
||||||
ui_companion_cocoatouch_t *handle = (ui_companion_cocoatouch_t*)data;
|
(void)data;
|
||||||
|
|
||||||
if (!handle)
|
|
||||||
return;
|
|
||||||
|
|
||||||
event_command(cmd);
|
event_command(cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user