mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-30 11:50:32 +00:00
Add SceNpDrmOpen to the table so it can be logged properly.
This commit is contained in:
parent
2463119471
commit
0f59767984
@ -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…
Reference in New Issue
Block a user