diff --git a/app/src/main.c b/app/src/main.c index 5f42c0a..f34ccd0 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -403,7 +403,7 @@ start: SceUChar8 commsign[160]; memset(commsign,0,160); - char path[1024]; + char path[0x1128]; SceUID fd; int len; @@ -507,7 +507,7 @@ Found: - memset(path,0,1024); + memset(path,0,0x1128); sprintf(path,"%s/sce_sys/trophy/%s/TROPHY.TRP",g_currentMount,commid); size = getFileSize(path); if (size >=0) @@ -525,7 +525,7 @@ Found: while(1){}; } - memset(path,0,1024); + memset(path,0,0x1128); sprintf(path,"ux0:app/%s/sce_sys",titleid); sceIoMkdir(path,0006); sprintf(path,"ux0:app/%s/sce_sys/trophy",titleid); @@ -559,7 +559,7 @@ Found: // remount app0 // CelesteBlue TAKE NOTES. - memset(path,0,1024); + memset(path,0,0x1128); sprintf(path,"ux0:/app/%s",titleid); ret = pfsMount(path); if(ret < 0){