Add a couple more unknown syscalls.

This commit is contained in:
Unknown W. Brackets 2013-05-22 22:46:06 -07:00
parent fe4bd8f66c
commit 45b72c8b4a

View File

@ -1423,7 +1423,9 @@ const HLEFunction sceMpeg[] =
{0x01977054,WrapI_UUUU<sceMpegGetUserdataAu>,"sceMpegGetUserdataAu"},
{0x3c37a7a6,0,"sceMpegNextAvcRpAu"},
{0x11f95cf1,0,"sceMpegGetAvcNalAu"},
{0xab0e9556,0,"sceMpegAvcDecodeDetailIndex"},
{0xcf3547a2,0,"sceMpegAvcDecodeDetail2"},
{0x921fcccf,0,"sceMpegGetAvcEsAu"},
};
void Register_sceMpeg()