mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
iOS: If runloop_iterate returns an error, exit rather than crash. (#15791)
This commit is contained in:
parent
cb377f8232
commit
e6e0d07081
@ -69,6 +69,7 @@ static void rarch_draw_observer(CFRunLoopObserverRef observer,
|
||||
ui_companion_cocoatouch_event_command(
|
||||
NULL, CMD_EVENT_MENU_SAVE_CURRENT_CONFIG);
|
||||
main_exit(NULL);
|
||||
exit(0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user