Fixed bug where UAEControl would request a Quit but the emulator would freeze in SDL1
This commit is contained in:
parent
88c3c95b71
commit
67f4926aae
1 changed files with 2 additions and 3 deletions
|
@ -204,9 +204,8 @@ static uae_u32 emulib_InsertDisk(TrapContext *ctx, uaecptr name, uae_u32 drive)
|
|||
*/
|
||||
static uae_u32 emulib_ExitEmu (void)
|
||||
{
|
||||
gui_message(_T("Amiga sent signal to quit emulator."));
|
||||
uae_restart(1, NULL);
|
||||
return 1;
|
||||
uae_quit();
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue