diff options
| author | bunnei <bunneidev@gmail.com> | 2018-11-15 14:46:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-15 14:46:10 -0800 |
| commit | 97605e36f7c572d144a8c8f0a5e1beb8ca2b0f51 (patch) | |
| tree | c6f69e9269a8e6c4771b1fb338c2677d62f7c48e /src/core/hle/service/filesystem/filesystem.h | |
| parent | 98060c6f7b4bd3a6e359fef4eefde5b31158a8de (diff) | |
| parent | 1c0226815d453acfb5e1fd766765b43fd447c15c (diff) | |
Merge pull request #1618 from DarkLordZach/dump-nso
patch_manager: Add support for dumping uncompressed NSOs
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h index 2cbb70c87..e38f02869 100644 --- a/src/core/hle/service/filesystem/filesystem.h +++ b/src/core/hle/service/filesystem/filesystem.h @@ -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. |
