fix verifying wii dev signatures

allows verifying dev-signed discs and wads
This commit is contained in:
Shawn Hoffman
2022-08-14 18:21:25 -07:00
parent b6a18b0da5
commit 4ae475b6a1
6 changed files with 130 additions and 66 deletions

View File

@ -263,7 +263,7 @@ void WriteReturnValue(s32 value, u32 address)
Memory::Write_U32(static_cast<u32>(value), address);
}
Kernel::Kernel()
Kernel::Kernel(IOSC::ConsoleType console_type) : m_iosc(console_type)
{
// Until the Wii root and NAND path stuff is entirely managed by IOS and made non-static,
// using more than one IOS instance at a time is not supported.