mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Vita) Fixes #2216 - exiting back to the homebrew menu
This commit is contained in:
parent
3879e2a7e7
commit
398ba9e42a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ static void frontend_psp_shutdown(bool unused)
|
|||
{
|
||||
(void)unused;
|
||||
#ifdef VITA
|
||||
sceKernelExitProcess(0);
|
||||
return;
|
||||
#else
|
||||
sceKernelExitGame();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue