mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VolumeWiiCrypted: Cache TMDs and tickets
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user