mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
cellPrint module added
This commit is contained in:
parent
2eaf5cdc01
commit
08b6428d5c
3 changed files with 37 additions and 22 deletions
|
|
@ -43,6 +43,7 @@ extern Module cellPhotoExport;
|
|||
extern Module cellPhotoImportUtil;
|
||||
extern Module cellPngDec;
|
||||
extern Module cellPngEnc;
|
||||
extern Module cellPrint;
|
||||
extern Module cellResc;
|
||||
extern Module cellRtc;
|
||||
extern Module cellRudp;
|
||||
|
|
@ -199,7 +200,7 @@ const g_module_list[] =
|
|||
{ 0xf023, "cellImeJpUtility", &cellImeJp },
|
||||
{ 0xf028, "cellMusicUtility", &cellMusic },
|
||||
{ 0xf029, "cellPhotoUtility", &cellPhotoExport },
|
||||
{ 0xf02a, "cellPrint", nullptr },
|
||||
{ 0xf02a, "cellPrintUtility", &cellPrint },
|
||||
{ 0xf02b, "cellPhotoImportUtil", &cellPhotoImportUtil },
|
||||
{ 0xf02c, "cellMusicExportUtility", &cellMusicExport },
|
||||
{ 0xf02e, "cellPhotoDecodeUtil", &cellPhotoDecode },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue