Start handling exheader flag0

This commit is contained in:
wheremyfoodat 2023-08-26 17:01:48 +03:00
parent 902b2032e2
commit fe70616535
7 changed files with 74 additions and 15 deletions

View file

@ -47,6 +47,9 @@ struct NCCH {
bool seedCrypto = false;
u8 secondaryKeySlot = 0;
// Contains info such as the ideal processor for threads, affinity mask, and how much memory should be reserved for the application
u8 flag0 = 0;
static constexpr u64 mediaUnit = 0x200;
u64 size = 0; // Size of NCCH converted to bytes
u32 stackSize = 0;