Skip to content

Commit

Permalink
some friendly warnings of how preliminary the secure value stuff is
Browse files Browse the repository at this point in the history
  • Loading branch information
meladroit committed Sep 8, 2015
1 parent 1eff4c7 commit 952873d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions source/main.c
Expand Up @@ -149,12 +149,14 @@ void copyFile(lsDir* dir, char* path, u64 size, lsDir* destDir)
}
if((isSecureFile(destpath))&&(whichSecureGame!=SECURE_UNKNOWN))
{
debugOut("rewriting secure value from value loaded at startup");
if (canHasConsole)
debugOut("rewriting secure value from value loaded at startup");
res = writeSecureValue();
}
if(res)
{
debugOut("error rewriting secure value");
if (canHasConsole)
debugOut("error rewriting secure value");
printf(" result code %08x\n",(unsigned int)res);
}
if (canHasConsole)
Expand Down
2 changes: 1 addition & 1 deletion source/secure_values.c
Expand Up @@ -240,7 +240,7 @@ void printSecureGame()
printf("apparently asr.dat knows what it is");
break;
case SECURE_POKERW:
printf("oh god it's Pokemon Rumble World [broken at the moment]");
printf("oh god it's Pokemon Rumble World\n[write back is broken at the moment]");
break;
default:
printf("no, not inferred at all");
Expand Down
Binary file modified svdt.3dsx
Binary file not shown.

0 comments on commit 952873d

Please sign in to comment.