hi everyone,
i'm acessing the raw memory stick, and i need to seek around it, but i can't find a way to seek over 2 G, because the offset parameter is of type SceOff, which is an int.
I've seen that there is sceIoLseek32, but also that accept int as the offset parameter.
Is there any way to supply sceIoLseek with a 64 bit or a 32 bit unsigned offset?