aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-23 23:58:31 -0500
committerGitHub <noreply@github.com>2018-11-23 23:58:31 -0500
commit7c4fb09a7c0a41eb328cbbe6c7774e1cf4e9c1c4 (patch)
treea4fe1b6d56c4fbbf8a18ee3ba5604a7ff510693b /src/core/hle/service/filesystem/filesystem.h
parentd01bf170c4200a595724d6d7227b76e92b832ad1 (diff)
parentc3becdbca7f1f20f8086b388564488646a2acb0a (diff)
Merge pull request #1731 from DarkLordZach/change-dir-crash
filesystem: Clear registered union paths on factory creation
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 ff9182e84..0a6cb6635 100644
--- a/src/core/hle/service/filesystem/filesystem.h
+++ b/src/core/hle/service/filesystem/filesystem.h
@@ -49,6 +49,7 @@ ResultVal<FileSys::VirtualDir> OpenSaveDataSpace(FileSys::SaveDataSpaceId space)
ResultVal<FileSys::VirtualDir> OpenSDMC();
std::shared_ptr<FileSys::RegisteredCacheUnion> GetUnionContents();
+void ClearUnionContents();
FileSys::RegisteredCache* GetSystemNANDContents();
FileSys::RegisteredCache* GetUserNANDContents();