summaryrefslogtreecommitdiff
path: root/src/core/loader/ncch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/loader/ncch.h')
-rw-r--r--src/core/loader/ncch.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h
index 3aae5417c..525a5aef5 100644
--- a/src/core/loader/ncch.h
+++ b/src/core/loader/ncch.h
@@ -159,12 +159,13 @@ public:
159private: 159private:
160 160
161 /** 161 /**
162 * Reads an application section of an NCCH file into AppLoader (e.g. .code, .logo, etc.) 162 * Reads an application ExeFS section of an NCCH file into AppLoader (e.g. .code, .logo, etc.)
163 * @param file Handle to file to read from 163 * @param file Handle to file to read from
164 * @param name Name of section to read out of NCCH file 164 * @param name Name of section to read out of NCCH file
165 * @param buffer Buffer to read section into. 165 * @param buffer Buffer to read section into.
166 * @return ResultStatus result of function
166 */ 167 */
167 const ResultStatus LoadSection(File::IOFile& file, const char* name, 168 const ResultStatus LoadSectionExeFS(File::IOFile& file, const char* name,
168 std::vector<u8>& buffer); 169 std::vector<u8>& buffer);
169 170
170 /** 171 /**