summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-16 16:02:37 +0100
committerGitHub <noreply@github.com>2018-11-16 16:02:37 +0100
commit5b8f70ea2ed13e0f2155cc3435647887a15d2915 (patch)
tree710840cf895216a59e2a4654d5c049b61837ab10 /src/core/hle/service/filesystem/filesystem.h
parentMerge pull request #1676 from lioncash/warn (diff)
parentgame_list: Make add-ons column optional (diff)
downloadyuzu-5b8f70ea2ed13e0f2155cc3435647887a15d2915.tar
yuzu-5b8f70ea2ed13e0f2155cc3435647887a15d2915.tar.gz
yuzu-5b8f70ea2ed13e0f2155cc3435647887a15d2915.tar.bz2
yuzu-5b8f70ea2ed13e0f2155cc3435647887a15d2915.tar.lz
yuzu-5b8f70ea2ed13e0f2155cc3435647887a15d2915.tar.xz
yuzu-5b8f70ea2ed13e0f2155cc3435647887a15d2915.tar.zst
yuzu-5b8f70ea2ed13e0f2155cc3435647887a15d2915.zip
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
-rw-r--r--src/core/hle/service/filesystem/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h
index e38f02869..ff9182e84 100644
--- a/src/core/hle/service/filesystem/filesystem.h
+++ b/src/core/hle/service/filesystem/filesystem.h
@@ -48,7 +48,7 @@ ResultVal<FileSys::VirtualDir> OpenSaveData(FileSys::SaveDataSpaceId space,
ResultVal<FileSys::VirtualDir> OpenSaveDataSpace(FileSys::SaveDataSpaceId space);
ResultVal<FileSys::VirtualDir> OpenSDMC();
-std::unique_ptr<FileSys::RegisteredCacheUnion> GetUnionContents();
+std::shared_ptr<FileSys::RegisteredCacheUnion> GetUnionContents();
FileSys::RegisteredCache* GetSystemNANDContents();
FileSys::RegisteredCache* GetUserNANDContents();