DirectoryBlob: Support region.bin

This commit is contained in:
JosJuice
2017-06-10 09:53:36 +02:00
parent c73f6b6c26
commit 8747b1b6ab
2 changed files with 25 additions and 0 deletions

View File

@ -77,6 +77,7 @@ private:
bool ReadInternal(u64 offset, u64 length, u8* buffer, const std::set<DiscContent>& contents);
void SetDiscHeaderAndDiscType();
void SetWiiRegionData();
bool SetApploader(const std::string& apploader);
void SetDOL();
@ -111,6 +112,7 @@ private:
std::vector<u8> m_disk_header;
std::vector<u8> m_disk_header_nonpartition;
std::vector<u8> m_wii_region_data;
#pragma pack(push, 1)
struct TMDHeader