diff --git a/contrib/PC/MagicMemoryCreator/TM/DCARK/150/reboot150.prx b/contrib/PC/MagicMemoryCreator/TM/DCARK/150/reboot150.prx index 132e49f1..d9b2f690 100644 Binary files a/contrib/PC/MagicMemoryCreator/TM/DCARK/150/reboot150.prx and b/contrib/PC/MagicMemoryCreator/TM/DCARK/150/reboot150.prx differ diff --git a/extras/150kernel/reboot150/main.c b/extras/150kernel/reboot150/main.c index 599db91c..b0814598 100644 --- a/extras/150kernel/reboot150/main.c +++ b/extras/150kernel/reboot150/main.c @@ -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));