diff options
| author | 2018-09-23 21:04:13 -0400 | |
|---|---|---|
| committer | 2018-10-07 13:15:11 -0400 | |
| commit | d041d6231c97ea0c8af788da251ae019ee560e6a (patch) | |
| tree | 1d779bb315a626d7c4e5805c466313a9f1e18980 /src/core/CMakeLists.txt | |
| parent | key_manager: Add base key derivation (diff) | |
| download | yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar.gz yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar.xz yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.zip | |
key_manager: Add ETicket key derivation
Derives titlekeys
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index e4a676e91..8ad8dc3f4 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -70,6 +70,7 @@ add_library(core STATIC | |||
| 70 | file_sys/vfs_real.cpp | 70 | file_sys/vfs_real.cpp |
| 71 | file_sys/vfs_real.h | 71 | file_sys/vfs_real.h |
| 72 | file_sys/vfs_static.h | 72 | file_sys/vfs_static.h |
| 73 | file_sys/vfs_types.h | ||
| 73 | file_sys/vfs_vector.cpp | 74 | file_sys/vfs_vector.cpp |
| 74 | file_sys/vfs_vector.h | 75 | file_sys/vfs_vector.h |
| 75 | file_sys/xts_archive.cpp | 76 | file_sys/xts_archive.cpp |