From 14677f647de06416e1e0397f990d5b81027e0cd8 Mon Sep 17 00:00:00 2001 From: Michael Buckley Date: Sat, 25 Mar 2023 13:59:49 -0700 Subject: [PATCH] Mac: Open blank window by default. This isn't how the Mac client has ever worked, but it's confused enough people recently that the only thing that changes when you launche Snes9x is the system-wide menu bar. --- macosx/Snes9x/AppDelegate.m | 2 ++ 1 file changed, 2 insertions(+) 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 {