mirror of https://github.com/snes9xgit/snes9x.git
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:
parent
51a7c207a6
commit
14677f647d
|
@ -61,6 +61,8 @@ NSWindowFrameAutosaveName const kCheatFinderWindowIdentifier = @"s9xCheatFinderW
|
||||||
{
|
{
|
||||||
[self.s9xEngine quit];
|
[self.s9xEngine quit];
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
[self resetWindow];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)applicationWillTerminate:(NSNotification *)aNotification {
|
- (void)applicationWillTerminate:(NSNotification *)aNotification {
|
||||||
|
|
Loading…
Reference in New Issue