mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Call to the terminate function for the pthread on the deinit of the PSP platform
This commit is contained in:
parent
822eb3bb86
commit
5a5640155a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user