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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h
index fd852c3de..75609ee57 100644
--- a/src/core/loader/ncch.h
+++ b/src/core/loader/ncch.h
@@ -174,6 +174,14 @@ public:
174 static FileType IdentifyType(FileUtil::IOFile& file); 174 static FileType IdentifyType(FileUtil::IOFile& file);
175 175
176 /** 176 /**
177 * Returns the type of this file
178 * @return FileType corresponding to the loaded file
179 */
180 FileType GetFileType() override {
181 return IdentifyType(file);
182 }
183
184 /**
177 * Load the application 185 * Load the application
178 * @return ResultStatus result of function 186 * @return ResultStatus result of function
179 */ 187 */