mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
DirectoryBlob: Improve SetApploader
The code gets simpler by using IOFile instead of ReadFileToString. Also, we now write -1 in all cases where loading fails.
This commit is contained in:
parent
31d8322c5a
commit
ef39b4da46
2 changed files with 23 additions and 26 deletions
|
@ -82,7 +82,7 @@ private:
|
|||
void SetTMDAndTicket();
|
||||
|
||||
// Returns DOL address
|
||||
u64 SetApploader(const std::string& apploader);
|
||||
u64 SetApploader();
|
||||
// Returns FST address
|
||||
u64 SetDOL(u64 dol_address);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue