summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2023-06-12 17:03:44 -0700
committerGravatar GitHub2023-06-12 17:03:44 -0700
commit9bee930045b5479974087f0a90468b7f22a03899 (patch)
tree489f1d97b4371b5332a099731b5de367e2dc68a8 /src/core
parentMerge pull request #10728 from t895/game-hash (diff)
parentandroid: Add update support (diff)
downloadyuzu-9bee930045b5479974087f0a90468b7f22a03899.tar.gz
yuzu-9bee930045b5479974087f0a90468b7f22a03899.tar.xz
yuzu-9bee930045b5479974087f0a90468b7f22a03899.zip
Merge pull request #10705 from german77/updates
android: Add update and DLC support
Diffstat (limited to 'src/core')
-rw-r--r--src/core/file_sys/submission_package.h1
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 @@
8#include <set> 8#include <set>
9#include <vector> 9#include <vector>
10#include "common/common_types.h" 10#include "common/common_types.h"
11#include "core/file_sys/nca_metadata.h"
11#include "core/file_sys/vfs.h" 12#include "core/file_sys/vfs.h"
12 13
13namespace Core::Crypto { 14namespace Core::Crypto {