Merge pull request #3166 from thedax/minorLoggingFix

Add SceNpDrmOpen to the table so it can be logged properly.
This commit is contained in:
Henrik Rydgård 2013-08-14 08:11:42 -07:00
commit 052778b075

View file

@ -50,7 +50,7 @@ const HLEFunction sceNpDrm[] =
{0x275987D1, WrapI_C<sceNpDrmRenameCheck>, "sceNpDrmRenameCheck"},
{0x08d98894, WrapI_U<sceNpDrmEdataSetupKey>, "sceNpDrmEdataSetupKey"},
{0x219EF5CC, WrapI_U<sceNpDrmEdataGetDataSize>, "sceNpDrmEdataGetDataSize"},
{0x2BAA4294, 0, "sceNpDrmOpen"},
{0x2BAA4294, WrapI_V<sceNpDrmOpen>, "sceNpDrmOpen"},
};
void Register_sceNpDrm()