Merge pull request #7557 from yoshisuga/ios-fix-cmd-event

iOS: fix stack overflow when loading glsl shader
This commit is contained in:
Twinaphex 2018-11-07 18:00:36 +01:00 committed by GitHub
commit dc0fdd7c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,