mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 00:39:04 +00:00
makerom: misc
This commit is contained in:
+1
-1
@@ -990,7 +990,7 @@ int SetARM11KernelDescOtherCapabilities(ARM11KernelCapabilityDescriptor *desc, r
|
|||||||
fprintf(stderr,"[EXHEADER ERROR] Invalid memory type: \"%s\"\n",rsf->AccessControlInfo.MemoryType);
|
fprintf(stderr,"[EXHEADER ERROR] Invalid memory type: \"%s\"\n",rsf->AccessControlInfo.MemoryType);
|
||||||
return EXHDR_BAD_RSF_OPT;
|
return EXHDR_BAD_RSF_OPT;
|
||||||
}
|
}
|
||||||
otherCapabilities = (otherCapabilities & 0xfffff0ff) | (memType & 7) << 8;
|
otherCapabilities = (otherCapabilities & 0xfffff0ff) | (memType & 0xf) << 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(otherCapabilities){
|
if(otherCapabilities){
|
||||||
|
|||||||
Reference in New Issue
Block a user