Compilation fix

This commit is contained in:
Nekotekina 2014-09-08 14:20:25 +04:00
parent 470afd78d5
commit 311a3b3e47
1 changed files with 2 additions and 2 deletions

View File

@ -97,9 +97,9 @@ struct CellPngDecThreadInParam
be_t<u32> ppuThreadPriority;
be_t<u32> spuThreadPriority;
vm::bptr<CellPngDecCbControlMalloc> cbCtrlMallocFunc;
be_t<vm::ptr<void>> cbCtrlMallocArg; // rough attempt (it's hard to pass vm::bptr as vm::ptr in function argument)
vm::bptr<void> cbCtrlMallocArg;
vm::bptr<CellPngDecCbControlFree> cbCtrlFreeFunc;
be_t<vm::ptr<void>> cbCtrlFreeArg;
vm::bptr<void> cbCtrlFreeArg;
};
struct CellPngDecExtThreadInParam