mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
DirectoryBlob: Support region.bin
This commit is contained in:
parent
c73f6b6c26
commit
8747b1b6ab
2 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue