mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
ctrtool: updated exheader code
only displays "accessiblesaveID" values, when set
This commit is contained in:
+4
-1
@@ -394,7 +394,10 @@ void exheader_print_arm11storageinfo(exheader_context* ctx)
|
||||
fprintf(stdout, "OtherUserSaveDataId%d: 0x%05x\n",i+1,otherusersaveID[i]);
|
||||
fprintf(stdout, "Accessible Savedata Ids:\n");
|
||||
for(i = 0; i < 6; i++)
|
||||
fprintf(stdout, " > 0x%05x\n",accessiblesaveID[i]);
|
||||
{
|
||||
if(accessiblesaveID[i] != 0x00000)
|
||||
fprintf(stdout, " > 0x%05x\n",accessiblesaveID[i]);
|
||||
}
|
||||
|
||||
fprintf(stdout, "Other Variation Saves: %s\n", accessOtherVariationSavedata ? "Accessible" : "Inaccessible");
|
||||
if(ctx->validaccessinfo == Unchecked)
|
||||
|
||||
Reference in New Issue
Block a user