mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-03 21:25:04 -06:00
Style nits
This commit is contained in:
parent
a1688e342c
commit
3cbb0262c9
@ -1542,7 +1542,8 @@ fs::file SELFDecrypter::MakeElf(bool isElf32)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
for (unsigned int i = 0; i < phdr32_arr.size(); i++)
|
for (unsigned int i = 0; i < phdr32_arr.size(); i++)
|
||||||
{
|
{
|
||||||
// Decompress if necessary.
|
// Decompress if necessary.
|
||||||
@ -1874,4 +1875,4 @@ std::array<u8, 0x10> get_default_self_klic()
|
|||||||
std::array<u8, 0x10> key;
|
std::array<u8, 0x10> key;
|
||||||
std::copy(std::begin(NP_KLIC_FREE), std::end(NP_KLIC_FREE), std::begin(key));
|
std::copy(std::begin(NP_KLIC_FREE), std::end(NP_KLIC_FREE), std::begin(key));
|
||||||
return key;
|
return key;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user