Changed payload offset, added clearScreen function, etc.

This commit is contained in:
Reisyukaku
2015-08-06 01:17:10 -04:00
parent afbdf20d28
commit 4f3761d4a5
12 changed files with 44 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ s32 main (void) {
FILE *fp = fopen("/reiNand.dat", "r");
if (!fp) goto exit;
fseek(fp, 0x20000, SEEK_SET);
fseek(fp, 0x12000, SEEK_SET);
fread(payload, payload_size, 1, fp);
fclose(fp);