mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
DirectoryBlob: Split out setting partition table to new function
This commit is contained in:
parent
c4879aa48d
commit
b28ec0b7ee
2 changed files with 13 additions and 8 deletions
|
@ -77,6 +77,7 @@ private:
|
|||
bool ReadInternal(u64 offset, u64 length, u8* buffer, const std::set<DiscContent>& contents);
|
||||
|
||||
void SetDiscHeaderAndDiscType();
|
||||
void SetPartitionTable();
|
||||
void SetWiiRegionData();
|
||||
void SetTMDAndTicket();
|
||||
bool SetApploader(const std::string& apploader);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue