mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 02:29:49 +00:00
Oops. QuitEmuNoExit() was exiting the NSApp.
This commit is contained in:
parent
32a526474c
commit
447f269ef7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user