makerom v0.3

This commit is contained in:
3DSGuy
2014-03-10 10:30:00 +08:00
parent 3c9fffd56a
commit 510988b07a
26 changed files with 1983 additions and 833 deletions
+2 -8
View File
@@ -11,6 +11,7 @@ static const unsigned char normal_static_ticket_data[0x30] =
0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
};
/*
static const unsigned char system_static_ticket_data[0x30] =
{
0x00, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0xAC,
@@ -20,7 +21,7 @@ static const unsigned char system_static_ticket_data[0x30] =
0x00, 0x00, 0x00, 0x84, 0x00, 0x03, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00
};
*/
typedef enum
{
lic_Permanent = 0,
@@ -41,13 +42,6 @@ typedef enum
right_AccessTitle = 5
} ticket_item_rights;
typedef enum
{
tik_normal = 1,
tik_system,
tik_test
} cia_type;
typedef struct
{
u8 sig_type[4];