mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-30 12:24:39 +01:00
*Implemented 'cellGifDec', using 'sys_fs' to access the files and the 'stb_image' (stblib) library to decode GIF buffers to Raw-pixel buffers that can be used as textures. *Replace 'lodepng' and 'jpeg-compressor' libraries with 'stb_image' in cellPngDec and cellJpgDec, respectively. *Fixed minor issues in cellPngDec and cellJpgDec. |
||
|---|---|---|
| .. | ||
| cellGcmSys.cpp | ||
| cellGifDec.cpp | ||
| cellJpgDec.cpp | ||
| cellPngDec.cpp | ||
| cellResc.cpp | ||
| cellSysmodule.cpp | ||
| cellSysutil.cpp | ||
| sys_fs.cpp | ||
| sys_io.cpp | ||
| sysPrxForUser.cpp | ||