diff options
| author | 2018-07-28 16:23:00 -0400 | |
|---|---|---|
| committer | 2018-08-01 00:16:54 -0400 | |
| commit | 22342487e8fb851a9837db22408db56240aa6931 (patch) | |
| tree | 65d8ec8cd180656e4ec6bb2ac5c928712f43122a /src/core/file_sys | |
| parent | Add missing string.h include (diff) | |
| download | yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.gz yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.xz yuzu-22342487e8fb851a9837db22408db56240aa6931.zip | |
Extract mbedtls to cpp file
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/content_archive.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/file_sys/content_archive.h b/src/core/file_sys/content_archive.h index 1e8d9c8ae..d9ad3bf7e 100644 --- a/src/core/file_sys/content_archive.h +++ b/src/core/file_sys/content_archive.h | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <string> | 9 | #include <string> |
| 10 | #include <vector> | 10 | #include <vector> |
| 11 | 11 | ||
| 12 | #include "core/loader/loader.h" | ||
| 12 | #include "common/common_funcs.h" | 13 | #include "common/common_funcs.h" |
| 13 | #include "common/common_types.h" | 14 | #include "common/common_types.h" |
| 14 | #include "common/swap.h" | 15 | #include "common/swap.h" |
| @@ -108,7 +109,7 @@ private: | |||
| 108 | 109 | ||
| 109 | Crypto::Key128 GetKeyAreaKey(NCASectionCryptoType type); | 110 | Crypto::Key128 GetKeyAreaKey(NCASectionCryptoType type); |
| 110 | 111 | ||
| 111 | VirtualFile Decrypt(NCASectionHeader header, VirtualFile in, size_t starting_offset); | 112 | VirtualFile Decrypt(NCASectionHeader header, VirtualFile in, u64 starting_offset); |
| 112 | }; | 113 | }; |
| 113 | 114 | ||
| 114 | } // namespace FileSys | 115 | } // namespace FileSys |