mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Some functions added
This commit is contained in:
parent
ce9cd13e42
commit
0b1e45b6b5
10 changed files with 93 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue