mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 09:39:44 +00:00
Fix
This commit is contained in:
parent
74b3580b69
commit
5d6d058965
2 changed files with 2 additions and 2 deletions
|
@ -56,6 +56,6 @@ struct PKGEntry
|
||||||
be_t<u32> pad; // Padding (zeros)
|
be_t<u32> pad; // Padding (zeros)
|
||||||
};
|
};
|
||||||
|
|
||||||
struct fs::file;
|
namespace fs { struct file; }
|
||||||
|
|
||||||
int Unpack(const fs::file& dec_pkg_f, std::string src, std::string dst);
|
int Unpack(const fs::file& dec_pkg_f, std::string src, std::string dst);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
struct fs::file;
|
namespace fs { struct file; }
|
||||||
|
|
||||||
struct PKGLoader
|
struct PKGLoader
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue