Fix "Cannot Restore" message

This commit is contained in:
AtelierWindows 2019-07-11 19:41:23 +12:00
parent 4aba38c508
commit b9351bb862
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ void restore()
{
psvDebugScreenClear();
if(getFileSize("ur0:/vs0-orig.img") < 0){
psvDebugScreenPrintf("ur0:/vs0-orig.img MISSING, cannot restore\nIf you must go back, reinstall your firmware w official updater");
psvDebugScreenPrintf("ur0:/vs0-orig.img MISSING, cannot restore\nIf you must go back,\nEeinstall your firmware w official updater");
sceKernelDelayThread(10000000);
sceKernelExitProcess(0);
}