diff options
author | bunnei <bunneidev@gmail.com> | 2023-06-13 02:03:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 02:03:44 +0200 |
commit | 9bee930045b5479974087f0a90468b7f22a03899 (patch) | |
tree | 489f1d97b4371b5332a099731b5de367e2dc68a8 /src/core/file_sys/submission_package.h | |
parent | Merge pull request #10728 from t895/game-hash (diff) | |
parent | android: Add update support (diff) | |
download | yuzu-9bee930045b5479974087f0a90468b7f22a03899.tar yuzu-9bee930045b5479974087f0a90468b7f22a03899.tar.gz yuzu-9bee930045b5479974087f0a90468b7f22a03899.tar.bz2 yuzu-9bee930045b5479974087f0a90468b7f22a03899.tar.lz yuzu-9bee930045b5479974087f0a90468b7f22a03899.tar.xz yuzu-9bee930045b5479974087f0a90468b7f22a03899.tar.zst yuzu-9bee930045b5479974087f0a90468b7f22a03899.zip |
Diffstat (limited to 'src/core/file_sys/submission_package.h')
-rw-r--r-- | src/core/file_sys/submission_package.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/submission_package.h b/src/core/file_sys/submission_package.h index 3226b884a..27f97c725 100644 --- a/src/core/file_sys/submission_package.h +++ b/src/core/file_sys/submission_package.h @@ -8,6 +8,7 @@ #include <set> #include <vector> #include "common/common_types.h" +#include "core/file_sys/nca_metadata.h" #include "core/file_sys/vfs.h" namespace Core::Crypto { |