mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Update unpkg.cpp
This commit is contained in:
parent
056d43eca7
commit
65e9388f00
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ bool package_reader::read_header()
|
||||||
filelist.emplace_back(std::move(m_file));
|
filelist.emplace_back(std::move(m_file));
|
||||||
|
|
||||||
const std::string name_wo_number = m_path.substr(0, m_path.size() - 7);
|
const std::string name_wo_number = m_path.substr(0, m_path.size() - 7);
|
||||||
u64 cursize = m_file.size();
|
u64 cursize = filelist[0].size();
|
||||||
|
|
||||||
while (cursize < m_header.pkg_size)
|
while (cursize < m_header.pkg_size)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue