mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06: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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user