mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add SceNpDrmOpen to the table so it can be logged properly.
This commit is contained in:
parent
2463119471
commit
0f59767984
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue