mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 00:39:03 +00:00
[ctrtool] Implemented --listromfs & --romfsdir to work directly with NCCH. Also implemented plainrgn extraction.
This commit is contained in:
@@ -15,6 +15,7 @@ typedef struct
|
||||
filepath romfsdirpath;
|
||||
filepath exheaderpath;
|
||||
filepath logopath;
|
||||
filepath plainrgnpath;
|
||||
filepath certspath;
|
||||
filepath contentpath;
|
||||
filepath tikpath;
|
||||
@@ -43,6 +44,7 @@ filepath* settings_get_exefs_dir_path(settings* usersettings);
|
||||
filepath* settings_get_romfs_dir_path(settings* usersettings);
|
||||
filepath* settings_get_firm_dir_path(settings* usersettings);
|
||||
filepath* settings_get_wav_path(settings* usersettings);
|
||||
filepath* settings_get_plainrgn_path(settings* usersettings);
|
||||
unsigned int settings_get_mediaunit_size(settings* usersettings);
|
||||
unsigned char* settings_get_ncch_key(settings* usersettings);
|
||||
unsigned char* settings_get_ncch_fixedsystemkey(settings* usersettings);
|
||||
@@ -66,6 +68,7 @@ void settings_set_exefs_dir_path(settings* usersettings, const char* path);
|
||||
void settings_set_romfs_dir_path(settings* usersettings, const char* path);
|
||||
void settings_set_firm_dir_path(settings* usersettings, const char* path);
|
||||
void settings_set_wav_path(settings* usersettings, const char* path);
|
||||
void settings_set_plainrgn_path(settings* usersettings, const char* path);
|
||||
void settings_set_mediaunit_size(settings* usersettings, unsigned int size);
|
||||
void settings_set_ignore_programid(settings* usersettings, int enable);
|
||||
void settings_set_list_romfs_files(settings* usersettings, int enable);
|
||||
|
||||
Reference in New Issue
Block a user