mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Remove devKlic/rifKey reset
This commit is contained in:
parent
5e29bdbe22
commit
97717defa5
@ -454,9 +454,6 @@ error_code npDrmIsAvailable(vm::cptr<u8> k_licensee_addr, vm::cptr<char> drm_pat
|
||||
|
||||
auto npdrmkeys = g_fxo->get<loaded_npdrm_keys>();
|
||||
|
||||
npdrmkeys->devKlic.fill(0);
|
||||
npdrmkeys->rifKey.fill(0);
|
||||
|
||||
std::string rap_dir_path = "/dev_hdd0/home/" + Emu.GetUsr() + "/exdata/";
|
||||
|
||||
const std::string& enc_drm_path_local = vfs::get(enc_drm_path);
|
||||
|
Loading…
Reference in New Issue
Block a user