summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/bis_factory.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-01 06:28:49 +0200
committerLioncash <mathew1800@gmail.com>2020-07-01 06:28:50 +0200
commitfb13f053bb6ef304bc7656b521727c87eff697f1 (patch)
treea73d08ac25a77b294ec1cd1b9e15d84a26761daa /src/core/file_sys/bis_factory.cpp
parentkey_manager: Delete move operations (diff)
downloadyuzu-fb13f053bb6ef304bc7656b521727c87eff697f1.tar
yuzu-fb13f053bb6ef304bc7656b521727c87eff697f1.tar.gz
yuzu-fb13f053bb6ef304bc7656b521727c87eff697f1.tar.bz2
yuzu-fb13f053bb6ef304bc7656b521727c87eff697f1.tar.lz
yuzu-fb13f053bb6ef304bc7656b521727c87eff697f1.tar.xz
yuzu-fb13f053bb6ef304bc7656b521727c87eff697f1.tar.zst
yuzu-fb13f053bb6ef304bc7656b521727c87eff697f1.zip
Diffstat (limited to 'src/core/file_sys/bis_factory.cpp')
-rw-r--r--src/core/file_sys/bis_factory.cpp2
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 464ca6503..8935a62c3 100644
--- a/src/core/file_sys/bis_factory.cpp
+++ b/src/core/file_sys/bis_factory.cpp
@@ -79,7 +79,7 @@ VirtualDir BISFactory::OpenPartition(BisPartitionId id) const {
}
VirtualFile BISFactory::OpenPartitionStorage(BisPartitionId id) const {
- Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::instance();
+ auto& keys = Core::Crypto::KeyManager::Instance();
Core::Crypto::PartitionDataManager pdm{
Core::System::GetInstance().GetFilesystem()->OpenDirectory(
FileUtil::GetUserPath(FileUtil::UserPath::SysDataDir), Mode::Read)};