mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Remove devKlic/rifKey reset
This commit is contained in:
parent
5e29bdbe22
commit
97717defa5
1 changed files with 0 additions and 3 deletions
|
@ -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>();
|
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/";
|
std::string rap_dir_path = "/dev_hdd0/home/" + Emu.GetUsr() + "/exdata/";
|
||||||
|
|
||||||
const std::string& enc_drm_path_local = vfs::get(enc_drm_path);
|
const std::string& enc_drm_path_local = vfs::get(enc_drm_path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue