[file_sys] Properly fix the installation of new updates #2651

Merged
MaranBr merged 4 commits from nca-fix into master 2025-10-02 22:48:53 +02:00
Showing only changes of commit a29c9fb785 - Show all commits

View file

@ -38,7 +38,7 @@ struct HashSalt {
static_assert(std::is_trivial_v<HashSalt>);
static_assert(sizeof(HashSalt) == HashSalt::Size);
constexpr inline size_t IntegrityMinLayerCount = 2;
constexpr inline size_t IntegrityMinLayerCount = 4;
constexpr inline size_t IntegrityMaxLayerCount = 7;
constexpr inline size_t IntegrityLayerCountSave = 5;
constexpr inline size_t IntegrityLayerCountSaveDataMeta = 4;