Merge pull request #3327 from frangarcj/master

(VITA) Fix Quit Retroarch
This commit is contained in:
Twinaphex 2016-08-03 01:10:53 +02:00 committed by GitHub
commit 637c42bd8b

View File

@ -180,7 +180,7 @@ static void frontend_psp_shutdown(bool unused)
{
(void)unused;
#ifdef VITA
return;
sceKernelExitProcess(0);
#else
sceKernelExitGame();
#endif