mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-07 15:52:59 +12:00
Start handling exheader flag0
This commit is contained in:
parent
902b2032e2
commit
fe70616535
7 changed files with 74 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue