strange pb with fioRead

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
not6
Posts: 11
Joined: Sat Feb 07, 2004 1:44 am

strange pb with fioRead

Post by not6 »

when i test the ps2lib memorycard sample i have strange probleme
with fioRead .

fioOpen work but ,
the prg failed with fioRead(icon_fd, icon_buffer, icon_size);

but funny is when i use the newlib fct fread(buffer,size,1,in); instead
the prg work very well .
Post Reply