mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Merge pull request #790 from tambry/cellPamfAccessViolationFix
Fix cellPamfReaderGetPresentationStartTime access violation
This commit is contained in:
commit
3ffc0edac9
|
|
@ -181,7 +181,8 @@ int cellPamfReaderInitialize(vm::ptr<CellPamfReader> pSelf, vm::ptr<PamfHeader>
|
|||
{
|
||||
pSelf->fileSize = ((u64)pAddr->data_offset << 11) + ((u64)pAddr->data_size << 11);
|
||||
}
|
||||
pSelf->pAddr = vm::ptr<PamfHeader>::make(pAddr.addr());
|
||||
|
||||
pSelf->pAddr = pAddr;
|
||||
|
||||
if (attribute & CELL_PAMF_ATTRIBUTE_VERIFY_ON)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue