summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-02 01:23:38 +0100
committerZach Hilman <zachhilman@gmail.com>2018-11-02 01:23:38 +0100
commit97d425c3047e67cc36e7dec95cbcbc9236c6573f (patch)
tree78dd30139846e0913cd1099bc60a9c07b77fe859 /src/core/file_sys/registered_cache.h
parentcontent_archive: Add optional KeyManager parameter to constructor (diff)
downloadyuzu-97d425c3047e67cc36e7dec95cbcbc9236c6573f.tar
yuzu-97d425c3047e67cc36e7dec95cbcbc9236c6573f.tar.gz
yuzu-97d425c3047e67cc36e7dec95cbcbc9236c6573f.tar.bz2
yuzu-97d425c3047e67cc36e7dec95cbcbc9236c6573f.tar.lz
yuzu-97d425c3047e67cc36e7dec95cbcbc9236c6573f.tar.xz
yuzu-97d425c3047e67cc36e7dec95cbcbc9236c6573f.tar.zst
yuzu-97d425c3047e67cc36e7dec95cbcbc9236c6573f.zip
Diffstat (limited to 'src/core/file_sys/registered_cache.h')
-rw-r--r--src/core/file_sys/registered_cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/file_sys/registered_cache.h b/src/core/file_sys/registered_cache.h
index 6cfb16017..6b89db8de 100644
--- a/src/core/file_sys/registered_cache.h
+++ b/src/core/file_sys/registered_cache.h
@@ -12,6 +12,7 @@
#include <vector>
#include <boost/container/flat_map.hpp>
#include "common/common_types.h"
+#include "core/crypto/key_manager.h"
#include "core/file_sys/vfs.h"
namespace FileSys {
@@ -133,6 +134,8 @@ private:
VirtualDir dir;
RegisteredCacheParsingFunction parser;
+ Core::Crypto::KeyManager keys;
+
// maps tid -> NcaID of meta
boost::container::flat_map<u64, NcaID> meta_id;
// maps tid -> meta