diff --git a/macosx/Snes9x/AppDelegate.m b/macosx/Snes9x/AppDelegate.m index 0e26d5a4..38ce22ae 100644 --- a/macosx/Snes9x/AppDelegate.m +++ b/macosx/Snes9x/AppDelegate.m @@ -61,6 +61,8 @@ NSWindowFrameAutosaveName const kCheatFinderWindowIdentifier = @"s9xCheatFinderW { [self.s9xEngine quit]; }]; + + [self resetWindow]; } - (void)applicationWillTerminate:(NSNotification *)aNotification {