iOS/tvOS: flush save files on backgrounding (#16996)

This commit is contained in:
Eric Warmenhoven 2024-09-12 20:58:11 -04:00 committed by GitHub
parent 33c5c5341b
commit 381c3a5317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -757,6 +757,7 @@ enum
update_topshelf();
#endif
rarch_stop_draw_observer();
command_event(CMD_EVENT_SAVE_FILES, NULL);
}
- (void)applicationWillTerminate:(UIApplication *)application