[Android] Handle native thread finishing when not commanded from the Java side
This commit is contained in:
parent
31aa9d5b81
commit
b3fa9a3e55
3 changed files with 27 additions and 9 deletions
|
@ -287,11 +287,6 @@ main(int argc, char *argv[])
|
|||
}
|
||||
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
|
||||
|
||||
#ifdef ANDROID
|
||||
exit(0);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue