mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
ctrtool: n3ds core 2 access flag detection.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user