From 11c3a4a71b8105e8e5f15e891997fb40e078f96e Mon Sep 17 00:00:00 2001 From: aspargas2 Date: Sat, 23 May 2020 04:07:25 -0400 Subject: [PATCH] remove inaccurate comment the title size field in a title info entry is infact not in bytes --- arm9/source/game/bdri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/game/bdri.h b/arm9/source/game/bdri.h index 4eb2d86..3aa8374 100644 --- a/arm9/source/game/bdri.h +++ b/arm9/source/game/bdri.h @@ -10,7 +10,7 @@ // https://www.3dbrew.org/wiki/Title_Database typedef struct { - u64 title_size; // in bytes + u64 title_size; u32 title_type; // usually == 0x40 u32 title_version; u8 flags_0[4];