diff --git a/Mini vMac/AppDelegate.m b/Mini vMac/AppDelegate.m index 97deb1f..08cbf77 100644 --- a/Mini vMac/AppDelegate.m +++ b/Mini vMac/AppDelegate.m @@ -47,7 +47,6 @@ static NSObject *sharedEmulator = nil; @"en-US": @"US.nfkeyboardlayout"}; NSString *firstLanguage = [NSBundle preferredLocalizationsFromArray:layoutForLanguage.allKeys].firstObject; NSDictionary *defaultValues = @{@"trackpad": @([UIDevice currentDevice].userInterfaceIdiom != UIUserInterfaceIdiomPad), - @"frameskip": @(0), @"keyboardLayout": layoutForLanguage[firstLanguage], @"machine": @"MacPlus4M" };