mirror of https://github.com/snes9xgit/snes9x.git
Mac: Fix window redraw crash
This commit is contained in:
parent
d6a0fa8ea5
commit
7d028a4e74
|
@ -129,6 +129,8 @@ static NSWindowFrameAutosaveName const kMainWindowIdentifier = @"s9xMainWindow";
|
|||
};
|
||||
|
||||
[defaults registerDefaults:defaultSettings];
|
||||
[defaults setBool:NO forKey:@"NSWindowAssertWhenDisplayCycleLimitReached"];
|
||||
[defaults synchronize];
|
||||
|
||||
self.keys = [[defaults objectForKey:kKeyboardPrefs] mutableCopy];
|
||||
|
||||
|
|
Loading…
Reference in New Issue