From Insert_Witty_Name Open up the sio.cpp mate and change this code: static int io_lseek(PspIoDrvFileArg *arg, u32 unk, long long ofs, int whence) { return 0; } To this: static SceOff io_lseek(PspIoDrvFileArg *arg, SceOff ofs, int whence) {...