From 687aaf6cfc310a79950b229cee925ad281797cdd Mon Sep 17 00:00:00 2001 From: Tekito_256 <84363225+Tekito-256@users.noreply.github.com> Date: Thu, 12 Oct 2023 04:29:38 +0900 Subject: [PATCH] FSUSER_GetLegacyBannerData: Fix documentation typo (#526) --- libctru/include/3ds/services/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/fs.h b/libctru/include/3ds/services/fs.h index 5a3956d..aa0ce2c 100644 --- a/libctru/include/3ds/services/fs.h +++ b/libctru/include/3ds/services/fs.h @@ -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);