mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
remove inaccurate comment
the title size field in a title info entry is infact not in bytes
This commit is contained in:
parent
fd93df60c5
commit
11c3a4a71b
@ -10,7 +10,7 @@
|
|||||||
// https://www.3dbrew.org/wiki/Title_Database
|
// https://www.3dbrew.org/wiki/Title_Database
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u64 title_size; // in bytes
|
u64 title_size;
|
||||||
u32 title_type; // usually == 0x40
|
u32 title_type; // usually == 0x40
|
||||||
u32 title_version;
|
u32 title_version;
|
||||||
u8 flags_0[4];
|
u8 flags_0[4];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user