Skip to content

Commit

Permalink
iOS: If runloop_iterate returns an error, exit rather than crash. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored Oct 12, 2023
1 parent cb377f8 commit e6e0d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/drivers/ui_cocoatouch.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e6e0d07

Please sign in to comment.