mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-26 04:02:11 +00:00
Update bfttf.h
This commit is contained in:
parent
e6bb15d608
commit
13efdb6074
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef enum {
|
|||
typedef struct {
|
||||
u8 type; ///< BfttfFontType.
|
||||
u32 size; ///< Decoded BFTFF font size.
|
||||
u8 *ptr; ///< Pointer to font data.
|
||||
u8 *ptr; ///< Pointer to font data.
|
||||
} BfttfFontData;
|
||||
|
||||
/// Initializes the BFTTF interface.
|
||||
|
|
Loading…
Reference in a new issue