Call to the terminate function for the pthread on the deinit of the PSP platform

This commit is contained in:
Francisco Javier Trujillo Mata 2019-11-21 19:13:06 +01:00
parent 822eb3bb86
commit 5a5640155a

View File

@ -234,6 +234,7 @@ static void frontend_psp_deinit(void *data)
#ifndef IS_SALAMANDER
verbosity_disable();
#endif
pthread_terminate();
}
static void frontend_psp_shutdown(bool unused)