mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Merge pull request #7557 from yoshisuga/ios-fix-cmd-event
iOS: fix stack overflow when loading glsl shader
This commit is contained in:
commit
dc0fdd7c68
@ -79,7 +79,6 @@ static void ui_companion_cocoatouch_event_command(
|
||||
void *data, enum event_command cmd)
|
||||
{
|
||||
(void)data;
|
||||
command_event(cmd, NULL);
|
||||
}
|
||||
|
||||
static void rarch_draw_observer(CFRunLoopObserverRef observer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user