Fix documentation
This commit is contained in:
parent
2bf655a55c
commit
491bc054f0
@ -197,18 +197,18 @@ Result CFGI_GetLocalFriendCodeSeed(u64* seed);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets the 0x11-byte data following the SecureInfo signature.
|
* @brief Gets the 0x11-byte data following the SecureInfo signature.
|
||||||
* @param data Pointer to output the buffer. (The size must be at least 0x110-bytes)
|
* @param data Pointer to output the buffer. (The size must be at least 0x11-bytes)
|
||||||
*/
|
*/
|
||||||
Result CFGI_GetSecureInfoData(u8 *data);
|
Result CFGI_GetSecureInfoData(u8 *data);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets the 0x100-byte RSA-2048 SecureInfo signature.
|
* @brief Gets the 0x100-byte RSA-2048 SecureInfo signature.
|
||||||
* @param data Pointer to output the buffer. (The size must be at least 0x110-bytes)
|
* @param data Pointer to output the buffer. (The size must be at least 0x100-bytes)
|
||||||
*/
|
*/
|
||||||
Result CFGI_GetSecureInfoSignature(u8 *data);
|
Result CFGI_GetSecureInfoSignature(u8 *data);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets value loaded from SecureInfo offset 0x101.
|
* @brief Gets value loaded from SecureInfo offset 0x101.
|
||||||
* @param data Pointer to output the buffer. (The size must be at least 0x110-bytes)
|
* @param data Pointer to output the buffer.
|
||||||
*/
|
*/
|
||||||
Result CFGI_GetSecureInfoByte101(u8 *data);
|
Result CFGI_GetSecureInfoByte101(u8 *data);
|
||||||
|
Loading…
Reference in New Issue
Block a user