mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
moved everything to old stuff
This commit is contained in:
parent
e420476829
commit
5f19daf3ba
53 changed files with 1 additions and 6 deletions
18
old_stuff/tools/pkg extractor/PFS.cpp
Normal file
18
old_stuff/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