Minor style changes (2)
This commit is contained in:
parent
0d7cca7b20
commit
52a18831a7
@ -429,7 +429,6 @@ u32 decryptExeFs(Cxi *cxi)
|
|||||||
if(cxi->ncch.exeFsOffset != 5) return 0;
|
if(cxi->ncch.exeFsOffset != 5) return 0;
|
||||||
|
|
||||||
u8 *exeFsOffset = (u8 *)cxi + 6 * 0x200;
|
u8 *exeFsOffset = (u8 *)cxi + 6 * 0x200;
|
||||||
|
|
||||||
u32 exeFsSize = (cxi->ncch.exeFsSize - 1) * 0x200;
|
u32 exeFsSize = (cxi->ncch.exeFsSize - 1) * 0x200;
|
||||||
|
|
||||||
if(exeFsSize > 0x400000) return 0;
|
if(exeFsSize > 0x400000) return 0;
|
||||||
|
Reference in New Issue
Block a user