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