mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
makerom v0.3
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user