summaryrefslogtreecommitdiff
path: root/include/SDK
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDK')
-rw-r--r--include/SDK/NAND/nand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SDK/NAND/nand.h b/include/SDK/NAND/nand.h
index bc22279..ac2f655 100644
--- a/include/SDK/NAND/nand.h
+++ b/include/SDK/NAND/nand.h
@@ -5,13 +5,13 @@
extern "C" {
#endif
-// TODO: size >= 0x8B
+// NOTE: size >= 0x8B, putting 0x8C for now
typedef struct NANDFileInfo
{
u8 unk0[0x8C];
} NANDFileInfo;
-// TODO: no idea of size yet
+// TODO: placeholder size
typedef struct NANDCommandBlock
{
u8 unk0[0x4];