Use g_fxo for LoadedNpdrmKeys_t

Rename to loaded_npdrm_keys
This commit is contained in:
Nekotekina 2019-08-21 20:33:49 +03:00
parent a85a8796d3
commit 54952f6ad6
7 changed files with 10 additions and 10 deletions

View file

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