Merge pull request #9776 from fjtrujy/psp/PThread

[PSP] Solving issue Exiting RetroArch by HOME button
This commit is contained in:
Twinaphex 2019-11-23 12:59:14 +01:00 committed by GitHub
commit ccaba7d465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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