ctrtool: n3ds core 2 access flag detection.

This commit is contained in:
jakcron
2015-09-29 00:08:46 +08:00
parent 0c19bcddb6
commit 0fa36aa7dd
+1
View File
@@ -278,6 +278,7 @@ void exheader_print_arm11kernelcapabilities(exheader_context* ctx)
fprintf(stdout, " > Shared device mem: %s\n", (descriptor&(1<<6))?"YES":"NO");
fprintf(stdout, " > Runnable on sleep: %s\n", (descriptor&(1<<7))?"YES":"NO");
fprintf(stdout, " > Special memory: %s\n", (descriptor&(1<<12))?"YES":"NO");
fprintf(stdout, " > Access Core 2: %s\n", (descriptor&(1<<13))?"YES":"NO");
switch(memorytype)