added support for shared files

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2631 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2009-03-09 17:09:27 +00:00
parent 9635b50a35
commit 2ebc373a3b
2 changed files with 94 additions and 14 deletions

View File

@ -32,7 +32,7 @@ struct SNANDContent
u16 m_Index;
u16 m_Type;
u32 m_Size;
u8 m_SHA1Hash[20];
u8* m_pData;
};
@ -70,11 +70,12 @@ private:
u8* CreateWADEntry(DiscIO::IBlobReader& _rReader, u32 _Size, u64 _Offset);
void GetKeyFromTicket(u8* pTicket, u8* pTicketKey);
bool ParseTMD(u8* pDataApp, u32 pDataAppSize, u8* pTicket, u8* pTMD);
};
}
#endif
#endif