diff --git a/bubble/main.c b/bubble/main.c index 8fb4ef66..246ba340 100644 --- a/bubble/main.c +++ b/bubble/main.c @@ -207,7 +207,8 @@ int main() { while (1); } - // TODO: delay and re-launch + // Restart application + sceAppMgrLoadExec("ux0:app/" ADRENALINE_TITLEID "/eboot.bin", NULL, NULL); return 0; -} \ No newline at end of file +}