file_sys/card_image: support dumps with prepended key area

This commit is contained in:
Liam
2023-08-17 22:03:47 -04:00
parent ddedaa8875
commit 8be3a041e0
2 changed files with 42 additions and 7 deletions

View File

@ -128,6 +128,7 @@ public:
private:
Loader::ResultStatus AddNCAFromPartition(XCIPartition part);
Loader::ResultStatus TryReadHeader();
VirtualFile file;
GamecardHeader header{};