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.

This commit is contained in:
Michael Buckley 2023-03-25 13:59:49 -07:00
parent 51a7c207a6
commit 14677f647d
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ NSWindowFrameAutosaveName const kCheatFinderWindowIdentifier = @"s9xCheatFinderW
{
[self.s9xEngine quit];
}];
[self resetWindow];
}
- (void)applicationWillTerminate:(NSNotification *)aNotification {