[VITA] Improve custom bubbles stability.

This commit is contained in:
Rinnegatamante 2020-07-05 10:26:44 +02:00 committed by GitHub
parent 9b228a5f00
commit aae46f1ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ int main(int argc, const char *argv[]) {
sprintf(uri, "psgm:play?titleid=%s&param=%s&param2=%s", "RETROVITA", core, rom);
sceAppMgrLaunchAppByUri(0xFFFFF, uri);
sceKernelDelayThread(1000);
}
sceKernelExitProcess(0);