mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
IOSC: Load the backup/PRNG key
This commit is contained in:
@ -430,8 +430,9 @@ void IOSC::LoadDefaultEntries(ConsoleType console_type)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unimplemented.
|
m_key_entries[HANDLE_PRNG_KEY] = {
|
||||||
m_key_entries[HANDLE_PRNG_KEY] = {TYPE_SECRET_KEY, SUBTYPE_AES128, std::vector<u8>(16), 3};
|
TYPE_SECRET_KEY, SUBTYPE_AES128,
|
||||||
|
std::vector<u8>(ec.GetBackupKey(), ec.GetBackupKey() + AES128_KEY_SIZE), 3};
|
||||||
|
|
||||||
m_key_entries[HANDLE_SD_KEY] = {TYPE_SECRET_KEY,
|
m_key_entries[HANDLE_SD_KEY] = {TYPE_SECRET_KEY,
|
||||||
SUBTYPE_AES128,
|
SUBTYPE_AES128,
|
||||||
|
Reference in New Issue
Block a user