Oops. QuitEmuNoExit() was exiting the NSApp.

This commit is contained in:
nigel 2003-03-24 22:50:55 +00:00
parent 32a526474c
commit 447f269ef7

View File

@ -318,7 +318,7 @@ bool InitEmulator (void)
void QuitEmuNoExit() void QuitEmuNoExit()
{ {
extern NSApplication *NSApp; // extern NSApplication *NSApp;
D(bug("QuitEmulator\n")); D(bug("QuitEmulator\n"));
@ -362,8 +362,8 @@ void QuitEmuNoExit()
// Exit preferences // Exit preferences
PrefsExit(); PrefsExit();
// Stop run loop // Stop run loop?
[NSApp terminate: nil]; //[NSApp terminate: nil];
} }
void QuitEmulator(void) void QuitEmulator(void)