aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-07-01 16:13:14 +1000
committerGitHub <noreply@github.com>2020-07-01 16:13:14 +1000
commit15a04fb7040602d418f2939a63225c6587eb4759 (patch)
tree81d401f88d079b3e2c248267cd8f1dcb1be88cef /src/yuzu/main.cpp
parent0b954a33059775c239fca2a82429b3c254d02205 (diff)
parentfb13f053bb6ef304bc7656b521727c87eff697f1 (diff)
Merge pull request #4217 from lioncash/prototype
key_manager: Make use of canonical deleted operator=
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r--src/yuzu/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index f586950e7..fb299a39b 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -2226,7 +2226,7 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) {
"title.keys_autogenerated");
}
- Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::instance();
+ Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::Instance();
if (keys.BaseDeriveNecessary()) {
Core::Crypto::PartitionDataManager pdm{vfs->OpenDirectory(
FileUtil::GetUserPath(FileUtil::UserPath::SysDataDir), FileSys::Mode::Read)};