mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-04 20:39:18 +00:00
Add struct CellPngDecMainHandle
This commit is contained in:
parent
141d8e20ec
commit
eb61c2a960
@ -116,4 +116,11 @@ struct CellPngDecSubHandle
|
||||
CellPngDecInfo info;
|
||||
CellPngDecOutParam outParam;
|
||||
CellPngDecSrc src;
|
||||
};
|
||||
};
|
||||
|
||||
struct CellPngDecMainHandle
|
||||
{
|
||||
u32 mainHandle;
|
||||
u32 threadInParam;
|
||||
u32 threadOutParam;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user