mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Fix NPDRM exitspawn
This commit is contained in:
parent
0e7e40f2cb
commit
af107df0b4
3 changed files with 11 additions and 2 deletions
|
@ -501,7 +501,7 @@ void Emulator::Load(bool add_only)
|
|||
else
|
||||
{
|
||||
// Decrypt SELF
|
||||
elf_file = decrypt_self(std::move(elf_file));
|
||||
elf_file = decrypt_self(std::move(elf_file), klic.empty() ? nullptr : klic.data());
|
||||
|
||||
if (fs::file elf_out{decrypted_path, fs::rewrite})
|
||||
{
|
||||
|
@ -847,6 +847,7 @@ void Emulator::Stop()
|
|||
envp.clear();
|
||||
data.clear();
|
||||
disc.clear();
|
||||
klic.clear();
|
||||
}
|
||||
|
||||
s32 error_code::error_report(const fmt_type_info* sup, u64 arg, const fmt_type_info* sup2, u64 arg2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue