mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +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()
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user