mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
IOS: Call exit(0) when exiting to prevent hanging
Prevents the process from hanging on exit when using the Quit button in launcher or a game's quit function
This commit is contained in:
parent
299c28e93e
commit
e8f009e04f
@ -414,4 +414,7 @@ void iOS7_main(int argc, char **argv) {
|
||||
//*stderr = NULL;
|
||||
fclose(newfp);
|
||||
}
|
||||
|
||||
// prevents hanging on exit
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user