mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-24 10:54:38 +00:00
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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user