summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/content_archive.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-07-28 22:23:00 +0200
committerZach Hilman <zachhilman@gmail.com>2018-08-01 06:16:54 +0200
commit22342487e8fb851a9837db22408db56240aa6931 (patch)
tree65d8ec8cd180656e4ec6bb2ac5c928712f43122a /src/core/file_sys/content_archive.h
parentAdd missing string.h include (diff)
downloadyuzu-22342487e8fb851a9837db22408db56240aa6931.tar
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.gz
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.bz2
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.lz
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.xz
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.zst
yuzu-22342487e8fb851a9837db22408db56240aa6931.zip
Diffstat (limited to 'src/core/file_sys/content_archive.h')
-rw-r--r--src/core/file_sys/content_archive.h3
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 @@
#include <string>
#include <vector>
+#include "core/loader/loader.h"
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
@@ -108,7 +109,7 @@ private:
Crypto::Key128 GetKeyAreaKey(NCASectionCryptoType type);
- VirtualFile Decrypt(NCASectionHeader header, VirtualFile in, size_t starting_offset);
+ VirtualFile Decrypt(NCASectionHeader header, VirtualFile in, u64 starting_offset);
};
} // namespace FileSys