cellRudp improvements and fixes

This commit is contained in:
Raul Tambre 2015-07-15 11:52:20 +03:00
parent 93e850404e
commit 82733e1943
3 changed files with 64 additions and 5 deletions

View file

@ -144,7 +144,7 @@ static const g_module_list[] =
{ 0x0053, "cellMusicDecode2", nullptr },
{ 0x0055, "cellSync2", &cellSync2 },
{ 0x0056, "sceNpUtil", nullptr },
{ 0x0057, "cellRudp", nullptr },
{ 0x0057, "cellRudp", &cellRudp },
{ 0x0059, "sceNpSns", &sceNpSns },
{ 0x005a, "cellGem", &cellGem },
{ 0xf00a, "cellCelpEnc", nullptr },