makerom: added n3ds core2 access flag

This commit is contained in:
jakcron
2015-09-28 22:48:31 +08:00
parent af7789f7e8
commit 91cdb199f9
4 changed files with 5 additions and 0 deletions
+2
View File
@@ -1014,6 +1014,8 @@ int SetARM11KernelDescOtherCapabilities(ARM11KernelCapabilityDescriptor *desc, r
otherCapabilities |= othcap_RUNNABLE_ON_SLEEP;
if(rsf->AccessControlInfo.SpecialMemoryArrange)
otherCapabilities |= othcap_SPECIAL_MEMORY_ARRANGE;
if (rsf->AccessControlInfo.CanAccessCore2)
otherCapabilities |= othcap_CAN_ACCESS_CORE2;
if(rsf->AccessControlInfo.MemoryType){
if(strcasecmp(rsf->AccessControlInfo.MemoryType,"application") == 0)