This commit is contained in:
wheremyfoodat 2025-01-19 14:06:05 +11:00 committed by GitHub
commit 1d66cac12e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 79 additions and 25 deletions

View file

@ -48,6 +48,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
u64 saveDataSize = 0;