mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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;
|
||||
CellPngDecOutParam outParam;
|
||||
CellPngDecSrc src;
|
||||
};
|
||||
};
|
||||
|
||||
struct CellPngDecMainHandle
|
||||
{
|
||||
u32 mainHandle;
|
||||
u32 threadInParam;
|
||||
u32 threadOutParam;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue