Fixed bug where UAEControl would request a Quit but the emulator would freeze in SDL1

This commit is contained in:
Dimitris Panokostas 2017-12-26 00:55:44 +01:00
parent 88c3c95b71
commit 67f4926aae

View file

@ -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;
}
/*