mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Updated BrahmaLoader submodule
This commit is contained in:
parent
7bbaf17b42
commit
d704452c28
@ -1 +1 @@
|
||||
Subproject commit 790de3b9e83191249f737d8af9408b3c61b6e24d
|
||||
Subproject commit 8f783782ad2a1c1f6f6cdd60ba53ca3a91a26e29
|
@ -68,13 +68,13 @@ void CryptNand(void* buffer, u32 sector, u32 count, u32 keyslot);
|
||||
void CryptSector0x96(void* buffer, bool encrypt);
|
||||
int ReadNandBytes(void* buffer, u64 offset, u64 count, u32 keyslot, u32 nand_src);
|
||||
int WriteNandBytes(const void* buffer, u64 offset, u64 count, u32 keyslot, u32 nand_dst);
|
||||
int ReadNandSectors(void* buffer, u32 sector, u32 count, u32 keyslot, u32 src);
|
||||
int WriteNandSectors(const void* buffer, u32 sector, u32 count, u32 keyslot, u32 dest);
|
||||
int ReadNandSectors(void* buffer, u32 sector, u32 count, u32 keyslot, u32 nand_src);
|
||||
int WriteNandSectors(const void* buffer, u32 sector, u32 count, u32 keyslot, u32 nand_dest);
|
||||
|
||||
u32 ValidateNandNcsdHeader(NandNcsdHeader* header);
|
||||
u32 GetNandNcsdMinSizeSectors(NandNcsdHeader* ncsd);
|
||||
u32 GetNandMinSizeSectors(u32 nand_src);
|
||||
u32 GetNandSizeSectors(u32 src);
|
||||
u32 GetNandSizeSectors(u32 nand_src);
|
||||
u32 GetNandNcsdPartitionInfo(NandPartitionInfo* info, u32 type, u32 subtype, u32 index, NandNcsdHeader* ncsd);
|
||||
u32 GetNandPartitionInfo(NandPartitionInfo* info, u32 type, u32 subtype, u32 index, u32 nand_src);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user