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
|
@ -117,3 +117,10 @@ struct CellPngDecSubHandle
|
|||
CellPngDecOutParam outParam;
|
||||
CellPngDecSrc src;
|
||||
};
|
||||
|
||||
struct CellPngDecMainHandle
|
||||
{
|
||||
u32 mainHandle;
|
||||
u32 threadInParam;
|
||||
u32 threadOutParam;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue