Ensure proper finalization is done in emulator mode

This commit is contained in:
Alessio Caiazza 2021-12-01 16:09:52 +01:00 committed by Niccolò Izzo
parent 992d6be6eb
commit 8a0f0564b9
1 changed files with 1 additions and 0 deletions

View File

@ -88,5 +88,6 @@ int main(void)
pthread_create(&ui_thread, NULL, ui_task, NULL);
sdl_task();
pthread_join(ui_thread, NULL);
#endif
}