mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
Bugfix
This commit is contained in:
parent
2032b15acf
commit
fdc5fa34be
7 changed files with 36 additions and 25 deletions
|
|
@ -128,7 +128,7 @@ int cellVpostExec(u32 handle, vm::ptr<const u8> inPicBuff, vm::ptr<const CellVpo
|
|||
//u64 stamp0 = get_system_time();
|
||||
std::unique_ptr<u8[]> pA(new u8[w*h]);
|
||||
|
||||
memset(pA.get(), (const u8)ctrlParam->outAlpha, w*h);
|
||||
memset(pA.get(), ctrlParam->outAlpha, w*h);
|
||||
|
||||
//u64 stamp1 = get_system_time();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue