mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
We can almost load commercial carts now
This commit is contained in:
parent
36b0117ebc
commit
87bf469447
5 changed files with 50 additions and 8 deletions
|
@ -16,4 +16,6 @@ struct NCSD {
|
|||
IOFile file;
|
||||
u64 size = 0; // Image size according to the header converted to bytes
|
||||
std::array<Partition, 8> partitions; // NCCH partitions
|
||||
|
||||
u32 entrypoint; // Initial ARM11 PC
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue