mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue