alexp
Joined: 17 Apr 2007 Posts: 39
|
Posted: Thu Jun 28, 2007 7:47 am Post subject: Question about large file ( > 2 G ) and sceIoLseek |
|
|
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? |
|