Skip to content
Snippets Groups Projects
Commit 47ae788a authored by ddutchie's avatar ddutchie
Browse files

Merge branch 'dev' into ddutchie/citest

parents 2f2fbed1 fb326514
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment