mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 16:59:04 +00:00
Added support for --showsyscalls, which shows the names of the system calls, rather than just their IDs.
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ int exheader_get_compressedflag(exheader_context* ctx);
|
||||
void exheader_read(exheader_context* ctx, u32 actions);
|
||||
int exheader_process(exheader_context* ctx, u32 actions);
|
||||
const char* exheader_getvalidstring(int valid);
|
||||
void exheader_print(exheader_context* ctx);
|
||||
void exheader_print(exheader_context* ctx, u32 actions);
|
||||
void exheader_verify(exheader_context* ctx);
|
||||
int exheader_hash_valid(exheader_context* ctx);
|
||||
int exheader_programid_valid(exheader_context* ctx);
|
||||
|
||||
Reference in New Issue
Block a user