Skip to content

Commit

Permalink
oops, thanks Nick :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Oct 4, 2024
1 parent 1b2697e commit 3916b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified contrib/PC/MagicMemoryCreator/TM/DCARK/150/reboot150.prx
Binary file not shown.
2 changes: 1 addition & 1 deletion extras/150kernel/reboot150/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int module_start(SceSize args, void *argp)
int flash_dreg = sceIoOpen("flash1:/registry/system.dreg", PSP_O_RDONLY, 0);
int flash_ireg = sceIoOpen("flash1:/registry/system.ireg", PSP_O_RDONLY, 0);

static u8 buf[200000]; __attribute__((aligned(0x40)));
static u8 buf[200000] __attribute__((aligned(0x40)));
memset((u8 *)buf, 0, sizeof(buf));

int size = sceIoRead(flash_dreg, buf, sizeof(buf));
Expand Down

0 comments on commit 3916b30

Please sign in to comment.