Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed May 30, 2024
1 parent 8a57a7e commit 3df7920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kernel_exploit.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ int pre_kernel(int (* kfunc)(void))
pspIoOpen = (void *)FindProc("sceIOFileManager", "IoFileMgrForKernel", 0x109F50BC);
pspIoWrite = (void *)FindProc("sceIOFileManager", "IoFileMgrForKernel", 0x42EC03AC);
pspIoClose = (void *)FindProc("sceIOFileManager", "IoFileMgrForKernel", 0x810C4BC3);
pspIoRead = (void *)FindProc("sceIOFileManager", "IoFileMgrForKernel", 0x6A638D83);
pspIoLseek32 = (void *)FindProc("sceIOFileManager", "IoFileMgrForKernel", 0x68963324);
}
else
{
Expand Down

0 comments on commit 3df7920

Please sign in to comment.