mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 20:37:10 +00:00
(Vita) Fixes #2216 - exiting back to the homebrew menu
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user