summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-06-29 06:10:31 +0200
committerGitHub <noreply@github.com>2021-06-29 06:10:31 +0200
commit39be4c302630e6e11a4ee08587d69bc41ce44caf (patch)
tree5fc6e24ea6ed777e48489260925684964c154381 /src/core/hle/service/filesystem/filesystem.h
parentMerge pull request #6502 from ameerj/vendor-title (diff)
parentpatch_manager: Do not apply LayeredFS mods when dumping (diff)
downloadyuzu-39be4c302630e6e11a4ee08587d69bc41ce44caf.tar
yuzu-39be4c302630e6e11a4ee08587d69bc41ce44caf.tar.gz
yuzu-39be4c302630e6e11a4ee08587d69bc41ce44caf.tar.bz2
yuzu-39be4c302630e6e11a4ee08587d69bc41ce44caf.tar.lz
yuzu-39be4c302630e6e11a4ee08587d69bc41ce44caf.tar.xz
yuzu-39be4c302630e6e11a4ee08587d69bc41ce44caf.tar.zst
yuzu-39be4c302630e6e11a4ee08587d69bc41ce44caf.zip
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
-rw-r--r--src/core/hle/service/filesystem/filesystem.h1
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 b6b1b9220..d387af3cb 100644
--- a/src/core/hle/service/filesystem/filesystem.h
+++ b/src/core/hle/service/filesystem/filesystem.h
@@ -115,6 +115,7 @@ public:
FileSys::VirtualDir GetContentDirectory(ContentStorageId id) const;
FileSys::VirtualDir GetImageDirectory(ImageDirectoryId id) const;
+ FileSys::VirtualDir GetSDMCModificationLoadRoot(u64 title_id) const;
FileSys::VirtualDir GetModificationLoadRoot(u64 title_id) const;
FileSys::VirtualDir GetModificationDumpRoot(u64 title_id) const;