Skip to content

Commit e61435a

Browse files
authored
0x183 in the tmd structure is for marking it as vwii title (#108)
1 parent 8fc5146 commit e61435a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gc/ogc/es.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,16 @@ typedef struct _tmd_content {
126126

127127
typedef struct _tmd {
128128
sig_issuer issuer; //0x140
129-
u8 version; //0x180
129+
u8 version; //0x180
130130
u8 ca_crl_version; //0x181
131-
u8 signer_crl_version; //0x182
132-
u8 fill2; //0x183
131+
u8 signer_crl_version; //0x182
132+
u8 vwii_title; //0x183
133133
u64 sys_version; //0x184
134134
u64 title_id; //0x18c
135135
u32 title_type; //0x194
136136
u16 group_id; //0x198
137-
u16 zero; //0x19a
138-
u16 region; //0x19c
137+
u16 zero; //0x19a
138+
u16 region; //0x19c
139139
u8 ratings[16]; //0x19e
140140
u8 reserved[12]; //0x1ae
141141
u8 ipc_mask[12];

0 commit comments

Comments
 (0)