summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/es/es.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/es/es.cpp b/src/core/hle/service/es/es.cpp
index f8e9df4b1..ad6841a64 100644
--- a/src/core/hle/service/es/es.cpp
+++ b/src/core/hle/service/es/es.cpp
@@ -263,7 +263,7 @@ private:
263 rb.Push<u64>(write_size); 263 rb.Push<u64>(write_size);
264 } 264 }
265 265
266 Core::Crypto::KeyManager keys; 266 Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::instance();
267}; 267};
268 268
269void InstallInterfaces(SM::ServiceManager& service_manager) { 269void InstallInterfaces(SM::ServiceManager& service_manager) {