Some functions added

This commit is contained in:
Nekotekina 2015-08-01 04:46:42 +03:00
parent ce9cd13e42
commit 0b1e45b6b5
10 changed files with 93 additions and 12 deletions

View file

@ -950,6 +950,8 @@ s32 cellVdecSetFrameRate(u32 handle, CellVdecFrameRate frc)
Module cellVdec("cellVdec", []()
{
//REG_VARIABLE(cellVdec, _cell_vdec_prx_ver); // 0x085a7ecb
REG_FUNC(cellVdec, cellVdecQueryAttr);
REG_FUNC(cellVdec, cellVdecQueryAttrEx);
REG_FUNC(cellVdec, cellVdecOpen);