mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(VITA) Fix Quit Retroarch
This commit is contained in:
parent
3e2671a567
commit
16309c52f5
@ -180,7 +180,7 @@ static void frontend_psp_shutdown(bool unused)
|
||||
{
|
||||
(void)unused;
|
||||
#ifdef VITA
|
||||
return;
|
||||
sceKernelExitProcess(0);
|
||||
#else
|
||||
sceKernelExitGame();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user