Friday, July 01, 2005

Compression Lib For PSP Homebrew Developers

- Henoheno has written a compression (and decompression obviously) library for the PSP for homebrew developers to work with. It uses much of Ruka'’s UnZipLib and Tenchu has created an English translation.
- From the Read Me:
"On how to use the library, link deflatelib.a, and just include deflateInterface.h.
Two commands:
int do_compress_m2m (char *pIn,int nInSize,char *pOut,int nOutSize,int level); /* compression */
int do_decompress_m2m(char *pIn,int nInSize,char *pOut,int nOutSize); /* decompression restoration */"

- Now get back to coding! *whip-crack*

No comments: