Add struct CellPngDecMainHandle
This commit is contained in:
@@ -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;
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user