mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
ctrtool: added cci ncch selection
This commit is contained in:
@@ -35,6 +35,7 @@ typedef struct
|
||||
FILE* file;
|
||||
u32 offset;
|
||||
u32 size;
|
||||
u32 ncch_index;
|
||||
ctr_ncsdheader header;
|
||||
settings* usersettings;
|
||||
int headersigcheck;
|
||||
@@ -45,6 +46,7 @@ typedef struct
|
||||
void ncsd_init(ncsd_context* ctx);
|
||||
void ncsd_set_offset(ncsd_context* ctx, u32 offset);
|
||||
void ncsd_set_size(ncsd_context* ctx, u32 size);
|
||||
void ncsd_set_ncch_index(ncsd_context* ctx, u32 ncch_index);
|
||||
void ncsd_set_file(ncsd_context* ctx, FILE* file);
|
||||
void ncsd_set_usersettings(ncsd_context* ctx, settings* usersettings);
|
||||
int ncsd_signature_verify(const void* blob, rsakey2048* key);
|
||||
|
||||
Reference in New Issue
Block a user