Update desc

This commit is contained in:
Joel16 2018-01-28 10:04:42 -06:00
parent abbb79f92a
commit dbf9c1c59f

View File

@ -169,7 +169,7 @@ typedef struct
typedef struct typedef struct
{ {
u16 name[0x106]; ///< UTF-16 directory name. u16 name[0x106]; ///< UTF-16 directory name.
ShortName shortName; ///< File name. ShortName shortName; ///< 8.3 filename.
char shortExt[0x04]; ///< File extension. char shortExt[0x04]; ///< File extension.
u8 valid; ///< Valid flag. (Always 1) u8 valid; ///< Valid flag. (Always 1)
u8 reserved; ///< Reserved. u8 reserved; ///< Reserved.