1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-30 07:20:36 +00:00

(Vita) Fixes - exiting back to the homebrew menu

This commit is contained in:
Francisco Jose Garcia Garcia 2015-10-06 11:50:21 +02:00
parent 3879e2a7e7
commit 398ba9e42a

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