ncm: update client code to better reflect latest sysupdate

This commit is contained in:
Michael Scire
2022-03-18 20:11:26 -07:00
parent 99fc16bfd0
commit 34acb80635
28 changed files with 1432 additions and 110 deletions

View File

@@ -18,6 +18,7 @@
namespace ams::ncm {
namespace {
constexpr inline s64 EncryptionMetadataSize = 16_KB;
constexpr inline s64 ConcatenationFileSizeMax = 4_GB;