mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
PKG: Simplify files management
This commit is contained in:
parent
55ec4808f1
commit
056d43eca7
2 changed files with 33 additions and 63 deletions
|
|
@ -327,10 +327,7 @@ private:
|
|||
|
||||
std::string m_path{};
|
||||
std::string m_install_dir{};
|
||||
std::vector<fs::file> m_filelist{};
|
||||
usz m_cur_file = 0;
|
||||
u64 m_cur_offset = 0;
|
||||
u64 m_cur_file_offset = 0;
|
||||
fs::file m_file{};
|
||||
std::unique_ptr<u128[]> m_buf{};
|
||||
std::array<uchar, 16> m_dec_key{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue