mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Implement Emulator::GetFakeCat()
I still have nightmares about that cat.
This commit is contained in:
parent
73bdf7481e
commit
1f3b1e1c99
5 changed files with 24 additions and 4 deletions
|
@ -458,7 +458,7 @@ error_code npDrmIsAvailable(vm::cptr<u8> k_licensee_addr, vm::cptr<char> drm_pat
|
|||
sceNp.notice("npDrmIsAvailable(): KLicense key %s", std::bit_cast<be_t<u128>>(k_licensee));
|
||||
}
|
||||
|
||||
if (Emu.GetCat() == "PE")
|
||||
if (Emu.GetFakeCat() == "PE")
|
||||
{
|
||||
std::memcpy(&k_licensee, NP_PSP_KEY_2, sizeof(k_licensee));
|
||||
sceNp.success("npDrmIsAvailable(): PSP remaster KLicense key applied.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue