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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h
index dec46e86c..1be941f19 100644
--- a/src/core/loader/ncch.h
+++ b/src/core/loader/ncch.h
@@ -213,12 +213,6 @@ public:
213 */ 213 */
214 ResultStatus ReadRomFS(std::vector<u8>& buffer) const override; 214 ResultStatus ReadRomFS(std::vector<u8>& buffer) const override;
215 215
216 /*
217 * Gets the program id from the NCCH header
218 * @return u64 Program id
219 */
220 u64 GetProgramId() const;
221
222private: 216private:
223 217
224 /** 218 /**