mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
makerom: bug fix
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);
|
||||
return EXHDR_BAD_RSF_OPT;
|
||||
}
|
||||
otherCapabilities = (otherCapabilities & 0xffffff0f) | memType << 8;
|
||||
otherCapabilities = (otherCapabilities & 0xfffff0ff) | (memType & 7) << 8;
|
||||
}
|
||||
|
||||
if(otherCapabilities){
|
||||
|
||||
Reference in New Issue
Block a user