mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Use g_fxo for LoadedNpdrmKeys_t
Rename to loaded_npdrm_keys
This commit is contained in:
parent
a85a8796d3
commit
54952f6ad6
7 changed files with 10 additions and 10 deletions
|
@ -60,7 +60,7 @@ s32 npDrmIsAvailable(vm::cptr<u8> k_licensee_addr, vm::cptr<char> drm_path)
|
|||
return CELL_ENOENT;
|
||||
}
|
||||
|
||||
auto npdrmkeys = fxm::get_always<LoadedNpdrmKeys_t>();
|
||||
auto npdrmkeys = g_fxo->get<loaded_npdrm_keys>();
|
||||
|
||||
npdrmkeys->devKlic.fill(0);
|
||||
npdrmkeys->rifKey.fill(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue