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,8 +204,7 @@ static uae_u32 emulib_InsertDisk(TrapContext *ctx, uaecptr name, uae_u32 drive)
|
||||||
*/
|
*/
|
||||||
static uae_u32 emulib_ExitEmu (void)
|
static uae_u32 emulib_ExitEmu (void)
|
||||||
{
|
{
|
||||||
gui_message(_T("Amiga sent signal to quit emulator."));
|
uae_quit();
|
||||||
uae_restart(1, NULL);
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue