mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
pkgextract print outer pfs header
This commit is contained in:
parent
1323147b5b
commit
4703224071
6 changed files with 93 additions and 3 deletions
18
tools/pkg extractor/PFS.cpp
Normal file
18
tools/pkg extractor/PFS.cpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#include "PFS.h"
|
||||
|
||||
PFS::PFS()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
PFS::~PFS()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool PFS::pfsOuterReadHeader(U08* psfOuterStart)
|
||||
{
|
||||
psfOuterheader = (PFS_HDR&)psfOuterStart[0];
|
||||
return true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue