1
0
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:
Eladash 2020-06-20 08:05:54 +03:00 committed by Ani
parent 5e29bdbe22
commit 97717defa5

View File

@ -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);