mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-10-01 21:58:35 +00:00
Update src/core/file_format/pkg.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
9fef4fc050
commit
66486248ec
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ bool PKG::Extract(const std::string& filepath, const std::filesystem::path& extr
|
|||
file.Read(seed_digest);
|
||||
|
||||
for (int i = 0; i < 7; i++) {
|
||||
file.ReadRaw<u8>(digest1[i].data(), digest1[i].size());
|
||||
file.Read(digest1[i]);
|
||||
}
|
||||
|
||||
for (int i = 0; i < 7; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue