mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 04:25:19 +00:00
Compilation fix
This commit is contained in:
parent
470afd78d5
commit
311a3b3e47
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue