forked from suyu/suyu
Update
This commit is contained in:
parent
e9eb3f3799
commit
fb326514bf
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ void KeyManager::LoadFromFile(const std::filesystem::path& file_path, int key_ty
|
|||
continue;
|
||||
}
|
||||
|
||||
if (is_title_keys) {
|
||||
if (key_type == 3) {
|
||||
auto rights_id_raw = Common::HexStringToArray<16>(out[0]);
|
||||
u128 rights_id{};
|
||||
std::memcpy(rights_id.data(), rights_id_raw.data(), rights_id_raw.size());
|
||||
|
|
Loading…
Reference in a new issue