mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 08:49:03 +00:00
makerom v0.6
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _TIK_H_
|
||||
#define _TIK_H_
|
||||
#pragma once
|
||||
|
||||
static const unsigned char default_contentIndex[0x30] =
|
||||
{
|
||||
@@ -64,8 +63,6 @@ typedef struct
|
||||
u8 contentIndex[0xAC];
|
||||
} tik_hdr;
|
||||
|
||||
#endif
|
||||
|
||||
// Prototypes
|
||||
int BuildTicket(cia_settings *ciaset);
|
||||
int CryptTitleKey(u8 *EncTitleKey, u8 *DecTitleKey, u8 *TitleID, keys_struct *keys, u8 mode);
|
||||
Reference in New Issue
Block a user