cellJpgDec Module Added

*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.
This commit is contained in:
Alexandro Sánchez Bach 2013-09-09 18:27:31 +02:00
parent 3123432dcc
commit 0275b430cf
8 changed files with 3731 additions and 33 deletions

View file

@ -29,7 +29,7 @@ static const g_module_list[] =
{0x000c, "cellSheap"},
{0x000d, "sys_sync"},
{0x000e, "sys_fs"},
{0x000f, "sys_jpgdec"},
{0x000f, "cellJpgDec"},
{0x0010, "cellGcmSys"},
{0x0011, "cellAudio"},
{0x0012, "cellPamf"},