forked from eden-emu/eden
Loader: Fix indentation, whitespace, and a few other such cosmetic stuff.
This commit is contained in:
parent
3ff5a80d46
commit
bc2212106f
2 changed files with 24 additions and 26 deletions
|
@ -149,7 +149,7 @@ ResultStatus AppLoader_NCCH::LoadSectionExeFS(const char* name, std::vector<u8>&
|
|||
exefs_header.section[i].name);
|
||||
|
||||
s64 section_offset = (exefs_header.section[i].offset + exefs_offset +
|
||||
sizeof(ExeFs_Header)+ncch_offset);
|
||||
sizeof(ExeFs_Header)+ncch_offset);
|
||||
file.Seek(section_offset, 0);
|
||||
|
||||
// Section is compressed...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue