Question about large file ( > 2 G ) and sceIoLseek

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
alexp
Posts: 39
Joined: Tue Apr 17, 2007 12:06 am

Question about large file ( > 2 G ) and sceIoLseek

Post by alexp »

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?
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Of course if you bothered to look you'll find SceOff is 64bits anyway
Post Reply