[physfs] What are the real benefits of PhysFS ?

Ryan C. Gordon icculus at icculus.org
Thu Jul 16 20:03:18 EDT 2009


> Well I read the detection of the home folder is not perfect.

Works here. If you can remember where you read that, I'd like to see the 
bug report so I can fix it.

> I saw allot of endian conversion functions does it use these 
> automatically so you don't have to worry about it?

If you know you have littleendian, signed 16-bit data, you could use 
PHYSFS_readSLE16() and you'll get the right value on any processor.

--ryan.



More information about the physfs mailing list