mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
[VITA] Improve custom bubbles stability.
This commit is contained in:
parent
9b228a5f00
commit
aae46f1ea9
@ -18,6 +18,7 @@ int main(int argc, const char *argv[]) {
|
|||||||
sprintf(uri, "psgm:play?titleid=%s¶m=%s¶m2=%s", "RETROVITA", core, rom);
|
sprintf(uri, "psgm:play?titleid=%s¶m=%s¶m2=%s", "RETROVITA", core, rom);
|
||||||
|
|
||||||
sceAppMgrLaunchAppByUri(0xFFFFF, uri);
|
sceAppMgrLaunchAppByUri(0xFFFFF, uri);
|
||||||
|
sceKernelDelayThread(1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
sceKernelExitProcess(0);
|
sceKernelExitProcess(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user