Skip to content

Commit

Permalink
NCCH crypto: add hint about updating sseddb.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Nov 8, 2016
1 parent e50f9ed commit ea16e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/decryptor/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ u32 CryptNcch(const char* filename, u32 offset, u32 size, u64 seedId, u8* encryp
FileClose();
if (!found) {
Debug("Seed not found in seeddb.bin!");
Debug("Try updating your seeddb.bin");
return 1;
}
} else {
Expand Down

0 comments on commit ea16e8c

Please sign in to comment.