remove inaccurate comment

the title size field in a title info entry is infact not in bytes
This commit is contained in:
aspargas2 2020-05-23 04:07:25 -04:00 committed by d0k3
parent fd93df60c5
commit 11c3a4a71b

View File

@ -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];