Skip to content

Commit

Permalink
Stub some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tambry committed Feb 22, 2015
1 parent e2d2c9d commit f9497e3
Show file tree
Hide file tree
Showing 10 changed files with 333 additions and 179 deletions.
9 changes: 6 additions & 3 deletions rpcs3/Emu/SysCalls/ModuleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ extern Module cellPngDec;
extern Module cellResc;
extern Module cellRtc;
extern Module cellSail;
extern Module cellScreenshot;
extern Module cellSearch;
extern Module cellSysutil;
extern Module cellSpurs;
extern Module cellSpursJq;
Expand All @@ -38,6 +40,7 @@ extern Module cellSync2;
extern Module cellSysmodule;
extern Module cellSysutil;
extern Module cellSysutilAp;
extern Module cellUsbd;
extern Module cellUserInfo;
extern Module cellVdec;
extern Module cellVpost;
Expand Down Expand Up @@ -88,7 +91,7 @@ static const g_module_list[] =
{ 0x0019, "cellFont", &cellFont },
{ 0x001a, "cellFontFT", &cellFontFT },
{ 0x001b, "cellFreetype", nullptr },
{ 0x001c, "cellUsbd", nullptr },
{ 0x001c, "cellUsbd", &cellUsbd },
{ 0x001d, "cellSail", &cellSail },
{ 0x001e, "cellL10n", &cellL10n },
{ 0x001f, "cellResc", &cellResc },
Expand Down Expand Up @@ -131,7 +134,7 @@ static const g_module_list[] =
{ 0x0048, "cellCelp8Enc", nullptr },
{ 0x0049, "cellLicenseArea", nullptr },
{ 0x004a, "cellMusic2", nullptr },
{ 0x004e, "cellScreenshot", nullptr },
{ 0x004e, "cellScreenShotUtility", &cellScreenshot },
{ 0x004f, "cellMusicDecode", nullptr },
{ 0x0050, "cellSpursJq", &cellSpursJq },
{ 0x0052, "cellPngEnc", nullptr },
Expand All @@ -154,7 +157,7 @@ static const g_module_list[] =
{ 0xf02b, "cellPhotoImport", nullptr },
{ 0xf02c, "cellMusicExport", nullptr },
{ 0xf02e, "cellPhotoDecode", nullptr },
{ 0xf02f, "cellSearch", nullptr },
{ 0xf02f, "cellSearch", &cellSearch },
{ 0xf030, "cellAvchat2", nullptr },
{ 0xf034, "cellSailRec", nullptr },
{ 0xf035, "sceNpTrophy", &sceNpTrophy },
Expand Down
Loading

0 comments on commit f9497e3

Please sign in to comment.