mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
(iOS) Put dispatch_async around saving operation in applicationWillResignActive
This commit is contained in:
parent
ec4c765dcf
commit
0abe432737
@ -275,7 +275,10 @@ void notify_content_loaded(void) {
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application
|
||||
{
|
||||
dispatch_async(dispatch_get_main_queue(),
|
||||
^{
|
||||
main_exit_save_config();
|
||||
});
|
||||
[self showPauseMenu: self];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user