mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-22 12:39:52 +00:00
Savestates: Decryption of executable fix
This commit is contained in:
parent
3a9928de65
commit
983bfa2088
@ -895,7 +895,7 @@ extern bool is_memory_compatible_for_copy_from_executable_optimization(u32 addr,
|
||||
return false;
|
||||
}
|
||||
|
||||
s_ppu_exec.open(decrypt_self(fs::file(Emu.GetBoot())));
|
||||
s_ppu_exec.open(decrypt_self(fs::file(Emu.GetBoot()), Emu.klic.empty() ? nullptr : reinterpret_cast<u8*>(&Emu.klic[0])));
|
||||
|
||||
if (s_ppu_exec != elf_error::ok)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user