Add O Check

This commit is contained in:
SilicaAndPina 2020-03-08 01:45:10 +13:00
parent 6db7d0a124
commit 5e3d65d9e1
1 changed files with 6 additions and 6 deletions

View File

@ -489,7 +489,11 @@ start:
}
printf("Cound not find %s (Possibly game not installed?)\n",titleidOfGame);
while(1){};
while(1){
sceCtrlPeekBufferPositive(0, &pad, 1)
if(pad.buttons == SCE_CTRL_CIRCLE)
goto start;
};
Found:
@ -502,11 +506,7 @@ Found:
printf("sceAppMgrGameDataMount() failed. ret = 0x%x\n", ret);
while(1){};
}
memset(path,0,0x1128);
sprintf(path,"%s/sce_sys/trophy/%s/TROPHY.TRP",g_currentMount,commid);
size = getFileSize(path);