Add struct CellPngDecMainHandle

This commit is contained in:
raven02 2014-05-31 01:45:45 +08:00
parent 141d8e20ec
commit eb61c2a960
1 changed files with 8 additions and 1 deletions

View File

@ -116,4 +116,11 @@ struct CellPngDecSubHandle
CellPngDecInfo info;
CellPngDecOutParam outParam;
CellPngDecSrc src;
};
};
struct CellPngDecMainHandle
{
u32 mainHandle;
u32 threadInParam;
u32 threadOutParam;
};