mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
ctrtool: updated ncch/exheader code
updated ncch/exheader specs to latest format.
This commit is contained in:
@@ -14,6 +14,7 @@ typedef struct
|
||||
filepath romfspath;
|
||||
filepath romfsdirpath;
|
||||
filepath exheaderpath;
|
||||
filepath logopath;
|
||||
filepath certspath;
|
||||
filepath contentpath;
|
||||
filepath tikpath;
|
||||
@@ -32,6 +33,7 @@ filepath* settings_get_lzss_path(settings* usersettings);
|
||||
filepath* settings_get_exefs_path(settings* usersettings);
|
||||
filepath* settings_get_romfs_path(settings* usersettings);
|
||||
filepath* settings_get_exheader_path(settings* usersettings);
|
||||
filepath* settings_get_logo_path(settings* usersettings);
|
||||
filepath* settings_get_certs_path(settings* usersettings);
|
||||
filepath* settings_get_tik_path(settings* usersettings);
|
||||
filepath* settings_get_tmd_path(settings* usersettings);
|
||||
@@ -53,6 +55,7 @@ void settings_set_lzss_path(settings* usersettings, const char* path);
|
||||
void settings_set_exefs_path(settings* usersettings, const char* path);
|
||||
void settings_set_romfs_path(settings* usersettings, const char* path);
|
||||
void settings_set_exheader_path(settings* usersettings, const char* path);
|
||||
void settings_set_logo_path(settings* usersettings, const char* path);
|
||||
void settings_set_certs_path(settings* usersettings, const char* path);
|
||||
void settings_set_tik_path(settings* usersettings, const char* path);
|
||||
void settings_set_tmd_path(settings* usersettings, const char* path);
|
||||
|
||||
Reference in New Issue
Block a user