diff options
author | Lioncash <mathew1800@gmail.com> | 2015-09-10 11:07:33 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-09-10 11:20:21 -0400 |
commit | d3efa637b448f1be84397deab0b1355bbc901e3b (patch) | |
tree | 0e9d245bb4509b26c9544012a3d38bd5329e7e55 /src/core/loader/ncch.h | |
parent | 248b2993e866d66632a7fc7148a2faed3c3c6416 (diff) |
General: Fix up doxygen comments
Diffstat (limited to 'src/core/loader/ncch.h')
-rw-r--r-- | src/core/loader/ncch.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h index b4374a476..d875e4cf3 100644 --- a/src/core/loader/ncch.h +++ b/src/core/loader/ncch.h @@ -209,7 +209,9 @@ public: /** * Get the RomFS of the application - * @param buffer Reference to buffer to store data + * @param romfs_file Reference to buffer to store data + * @param offset Offset in the file to the RomFS + * @param size Size of the RomFS in bytes * @return ResultStatus result of function */ ResultStatus ReadRomFS(std::shared_ptr<FileUtil::IOFile>& romfs_file, u64& offset, u64& size) override; |