diff --git a/rpcs3/Emu/SysCalls/Modules/cellPamf.cpp b/rpcs3/Emu/SysCalls/Modules/cellPamf.cpp index d961b805cd..617676d2aa 100644 --- a/rpcs3/Emu/SysCalls/Modules/cellPamf.cpp +++ b/rpcs3/Emu/SysCalls/Modules/cellPamf.cpp @@ -172,7 +172,7 @@ int cellPamfReaderInitialize(mem_ptr_t pSelf, mem_ptr_tpAddr)) + if (!pSelf.IsGood() || !pAddr.IsGood()) return CELL_PAMF_ERROR_INVALID_ARG; if (fileSize) @@ -617,4 +617,4 @@ void cellPamf_init() cellPamf.AddFunc(0x439fba17, cellPamfReaderGetEpIteratorWithTimeStamp); cellPamf.AddFunc(0x1abeb9d6, cellPamfEpIteratorGetEp); cellPamf.AddFunc(0x50b83205, cellPamfEpIteratorMove); -} \ No newline at end of file +}