mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +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)
|
||||
};
|
||||
|
||||
struct fs::file;
|
||||
namespace fs { struct file; }
|
||||
|
||||
int Unpack(const fs::file& dec_pkg_f, std::string src, std::string dst);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
struct fs::file;
|
||||
namespace fs { struct file; }
|
||||
|
||||
struct PKGLoader
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue