mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
rfile_t renamed
This commit is contained in:
parent
b449545ae0
commit
74b3580b69
36 changed files with 287 additions and 293 deletions
|
|
@ -56,6 +56,6 @@ struct PKGEntry
|
|||
be_t<u32> pad; // Padding (zeros)
|
||||
};
|
||||
|
||||
struct rfile_t;
|
||||
struct fs::file;
|
||||
|
||||
int Unpack(const rfile_t& dec_pkg_f, std::string src, std::string dst);
|
||||
int Unpack(const fs::file& dec_pkg_f, std::string src, std::string dst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue