mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-24 02:29:43 +00:00
Android: let main return normally for testautomation
This commit is contained in:
parent
7afe735b5f
commit
bbdde648d8
@ -166,6 +166,6 @@ int main(int argc, char *argv[])
|
||||
SDL_free(filter);
|
||||
|
||||
/* Shutdown everything */
|
||||
quit(result);
|
||||
quit(0);
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user