Skip to content

Commit

Permalink
FSUSER_GetLegacyBannerData: Fix documentation typo (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekito-256 committed Oct 11, 2023
1 parent 4de90c3 commit 687aaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libctru/include/3ds/services/fs.h
Expand Up @@ -647,7 +647,7 @@ Result FSUSER_GetLegacyRomHeader(FS_MediaType mediaType, u64 programId, void* he
* @brief Gets the legacy banner data of a program.
* @param mediaType Media type of the program.
* @param programId ID of the program.
* @param header Pointer to output the legacy banner data to. (size = 0x23C0)
* @param banner Pointer to output the legacy banner data to. (size = 0x23C0)
*/
Result FSUSER_GetLegacyBannerData(FS_MediaType mediaType, u64 programId, void* banner);

Expand Down

0 comments on commit 687aaf6

Please sign in to comment.