diff --git a/Mini vMac/AppDelegate.m b/Mini vMac/AppDelegate.m index f13b1ff..280853d 100644 --- a/Mini vMac/AppDelegate.m +++ b/Mini vMac/AppDelegate.m @@ -89,6 +89,7 @@ static NSObject *sharedEmulator = nil; } - (void)applicationDidEnterBackground:(UIApplication *)application { + [[NSUserDefaults standardUserDefaults] synchronize]; sharedEmulator.running = NO; if (sharedEmulator.anyDiskInserted == NO) { exit(0);