diff options
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: | |||
| 209 | 209 | ||
| 210 | /** | 210 | /** |
| 211 | * Get the RomFS of the application | 211 | * Get the RomFS of the application |
| 212 | * @param buffer Reference to buffer to store data | 212 | * @param romfs_file Reference to buffer to store data |
| 213 | * @param offset Offset in the file to the RomFS | ||
| 214 | * @param size Size of the RomFS in bytes | ||
| 213 | * @return ResultStatus result of function | 215 | * @return ResultStatus result of function |
| 214 | */ | 216 | */ |
| 215 | ResultStatus ReadRomFS(std::shared_ptr<FileUtil::IOFile>& romfs_file, u64& offset, u64& size) override; | 217 | ResultStatus ReadRomFS(std::shared_ptr<FileUtil::IOFile>& romfs_file, u64& offset, u64& size) override; |