Merge pull request #1618 from DarkLordZach/dump-nso
patch_manager: Add support for dumping uncompressed NSOs
This commit is contained in:
commit
97605e36f7
12 changed files with 75 additions and 8 deletions
src/core/hle/service/filesystem
|
@ -55,6 +55,7 @@ FileSys::RegisteredCache* GetUserNANDContents();
|
|||
FileSys::RegisteredCache* GetSDMCContents();
|
||||
|
||||
FileSys::VirtualDir GetModificationLoadRoot(u64 title_id);
|
||||
FileSys::VirtualDir GetModificationDumpRoot(u64 title_id);
|
||||
|
||||
// Creates the SaveData, SDMC, and BIS Factories. Should be called once and before any function
|
||||
// above is called.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue