summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/content_archive.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-08-23 20:20:37 +0200
committerLioncash <mathew1800@gmail.com>2020-08-23 23:02:55 +0200
commit01d1b5cdaff6f05aa62794816547deab977256e5 (patch)
treef4212fd69ff589b9a5957e5f4215b0b5c8771db0 /src/core/file_sys/content_archive.h
parentMerge pull request #4546 from lioncash/telemetry (diff)
downloadyuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar
yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar.gz
yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar.bz2
yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar.lz
yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar.xz
yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.tar.zst
yuzu-01d1b5cdaff6f05aa62794816547deab977256e5.zip
Diffstat (limited to 'src/core/file_sys/content_archive.h')
-rw-r--r--src/core/file_sys/content_archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/content_archive.h b/src/core/file_sys/content_archive.h
index d25cbcf91..69292232a 100644
--- a/src/core/file_sys/content_archive.h
+++ b/src/core/file_sys/content_archive.h
@@ -158,7 +158,7 @@ private:
bool encrypted = false;
bool is_update = false;
- Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::Instance();
+ Core::Crypto::KeyManager& keys;
};
} // namespace FileSys