diff options
| author | bunnei <bunneidev@gmail.com> | 2020-08-17 22:35:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-17 22:35:30 -0400 |
| commit | 56c6a5def85cfd3001c88d69374e3fb164272b9e (patch) | |
| tree | dfdceb64cc5c6c4f80f384206a080f77d7cc40ae /src/core/file_sys/bis_factory.cpp | |
| parent | 0c885249df93db3262ae6ed2df18ee1cad336723 (diff) | |
| parent | c4ed791164df7e3e74042a37a62077b4dc4ade91 (diff) | |
Merge pull request #4535 from lioncash/fileutil
common/fileutil: Convert namespace to Common::FS
Diffstat (limited to 'src/core/file_sys/bis_factory.cpp')
| -rw-r--r-- | src/core/file_sys/bis_factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/bis_factory.cpp b/src/core/file_sys/bis_factory.cpp index 285277ef8..9ffda2e14 100644 --- a/src/core/file_sys/bis_factory.cpp +++ b/src/core/file_sys/bis_factory.cpp @@ -86,7 +86,7 @@ VirtualFile BISFactory::OpenPartitionStorage(BisPartitionId id) const { auto& keys = Core::Crypto::KeyManager::Instance(); Core::Crypto::PartitionDataManager pdm{ Core::System::GetInstance().GetFilesystem()->OpenDirectory( - FileUtil::GetUserPath(FileUtil::UserPath::SysDataDir), Mode::Read)}; + Common::FS::GetUserPath(Common::FS::UserPath::SysDataDir), Mode::Read)}; keys.PopulateFromPartitionData(pdm); switch (id) { |
