mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VolumeWiiCrypted: Cache TMDs and tickets
This commit is contained in:
parent
a0e4bb4aa6
commit
5c68a03ae4
6 changed files with 69 additions and 43 deletions
|
@ -83,7 +83,7 @@ Country CVolumeWAD::GetCountry(const Partition& partition) const
|
|||
return CountrySwitch(country_code);
|
||||
}
|
||||
|
||||
IOS::ES::TMDReader CVolumeWAD::GetTMD(const Partition& partition) const
|
||||
const IOS::ES::TMDReader& CVolumeWAD::GetTMD(const Partition& partition) const
|
||||
{
|
||||
return m_tmd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue