mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
Update pkg.cpp
fix code style non-compliance
This commit is contained in:
parent
ba89552373
commit
d920a9e544
@ -258,8 +258,7 @@ bool PKG::Extract(const std::filesystem::path& filepath, const std::filesystem::
|
|||||||
|
|
||||||
// Retrieve PFSC from decrypted pfs_image.
|
// Retrieve PFSC from decrypted pfs_image.
|
||||||
pfsc_offset = GetPFSCOffset(pfs_decrypted);
|
pfsc_offset = GetPFSCOffset(pfs_decrypted);
|
||||||
if (pfsc_offset == (u32)-1)
|
if (pfsc_offset == (u32)-1) {
|
||||||
{
|
|
||||||
failreason = "Could not retrieve PFSC from decrypted pfs_image";
|
failreason = "Could not retrieve PFSC from decrypted pfs_image";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user