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