mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -32,6 +32,9 @@ static const unsigned int WII_BANNER_HEIGHT = 64;
|
|||
static const unsigned int WII_BANNER_SIZE = WII_BANNER_WIDTH * WII_BANNER_HEIGHT * 2;
|
||||
static const unsigned int WII_BANNER_OFFSET = 0xA0;
|
||||
|
||||
const IOS::ES::TicketReader IVolume::INVALID_TICKET{};
|
||||
const IOS::ES::TMDReader IVolume::INVALID_TMD{};
|
||||
|
||||
std::vector<u32> IVolume::GetWiiBanner(int* width, int* height, u64 title_id)
|
||||
{
|
||||
*width = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue