diff options
author | bunnei <bunneidev@gmail.com> | 2015-09-10 11:29:16 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-09-10 11:29:16 -0400 |
commit | 927b34a1e3b18763ad811256e1f4b83b589eb011 (patch) | |
tree | efb08983c0002a78197be4673d7abb012b04eb68 /src/core/loader/ncch.h | |
parent | d5774a8e03586980d6d09a43855b8c6ddd3bd54b (diff) | |
parent | d3efa637b448f1be84397deab0b1355bbc901e3b (diff) |
Merge pull request #1137 from lioncash/doc
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; |