mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-18 03:04:50 +01:00
*Replaced "sys_jpgdec" with "cellJpgDec" in "rpcs3\Emu\SysCalls\Modules.cpp". *Implemented 'cellJpgDec', using 'sys_fs' to access the files and the 'jpg-compressor' (jpgd) library to decode JPG buffers to Raw-pixel buffers that can be used as textures. *Fixed memory leak issue in cellPngDec and minor changes. |
||
|---|---|---|
| .. | ||
| cellGcmSys.cpp | ||
| cellJpgDec.cpp | ||
| cellPngDec.cpp | ||
| cellResc.cpp | ||
| cellSysmodule.cpp | ||
| cellSysutil.cpp | ||
| sys_fs.cpp | ||
| sys_io.cpp | ||
| sysPrxForUser.cpp | ||