iOS/tvOS: flush save files on backgrounding (#16996)
This commit is contained in:
parent
33c5c5341b
commit
381c3a5317
|
@ -757,6 +757,7 @@ enum
|
||||||
update_topshelf();
|
update_topshelf();
|
||||||
#endif
|
#endif
|
||||||
rarch_stop_draw_observer();
|
rarch_stop_draw_observer();
|
||||||
|
command_event(CMD_EVENT_SAVE_FILES, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)applicationWillTerminate:(UIApplication *)application
|
- (void)applicationWillTerminate:(UIApplication *)application
|
||||||
|
|
Loading…
Reference in New Issue