mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
IOS/ES: Verify containers in ImportTitleInit
This commit is contained in:
parent
719af1aff4
commit
8a49e1f7db
3 changed files with 33 additions and 6 deletions
|
@ -28,7 +28,7 @@ bool InstallWAD(const std::string& wad_path)
|
|||
|
||||
IOS::HLE::Device::ES::Context context;
|
||||
if (es->ImportTicket(wad.GetTicket().GetBytes(), wad.GetCertificateChain()) < 0 ||
|
||||
es->ImportTitleInit(context, tmd.GetBytes()) < 0)
|
||||
es->ImportTitleInit(context, tmd.GetBytes(), wad.GetCertificateChain()) < 0)
|
||||
{
|
||||
PanicAlertT("WAD installation failed: Could not initialise title import.");
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue