mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Regress fix cellPamf
This commit is contained in:
parent
c312bc1b70
commit
0ba5bb4e7a
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ int cellPamfReaderInitialize(mem_ptr_t<CellPamfReader> pSelf, mem_ptr_t<PamfHead
|
|||
cellPamf.Warning("cellPamfReaderInitialize(pSelf=0x%x, pAddr=0x%x, fileSize=%d, attribute=0x%x)",
|
||||
pSelf.GetAddr(), pAddr.GetAddr(), fileSize, attribute);
|
||||
|
||||
if (!pSelf.IsGood() || !pAddr.IsGood() || !Memory.IsGoodAddr(pSelf->pAddr))
|
||||
if (!pSelf.IsGood() || !pAddr.IsGood())
|
||||
return CELL_PAMF_ERROR_INVALID_ARG;
|
||||
|
||||
if (fileSize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue