mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Add struct CellPngDecMainHandle
This commit is contained in:
parent
141d8e20ec
commit
eb61c2a960
1 changed files with 8 additions and 1 deletions
|
@ -116,4 +116,11 @@ struct CellPngDecSubHandle
|
||||||
CellPngDecInfo info;
|
CellPngDecInfo info;
|
||||||
CellPngDecOutParam outParam;
|
CellPngDecOutParam outParam;
|
||||||
CellPngDecSrc src;
|
CellPngDecSrc src;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct CellPngDecMainHandle
|
||||||
|
{
|
||||||
|
u32 mainHandle;
|
||||||
|
u32 threadInParam;
|
||||||
|
u32 threadOutParam;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue