Skip to content

Commit

Permalink
iOS/tvOS: flush save files on backgrounding (#16996)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored Sep 13, 2024
1 parent 33c5c53 commit 381c3a5
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 @@ -757,6 +757,7 @@ - (void)applicationDidEnterBackground:(UIApplication *)application
update_topshelf();
#endif
rarch_stop_draw_observer();
command_event(CMD_EVENT_SAVE_FILES, NULL);
}

- (void)applicationWillTerminate:(UIApplication *)application
Expand Down

0 comments on commit 381c3a5

Please sign in to comment.