From a29c9fb785307407b27e3318dae3f1214b442cfd Mon Sep 17 00:00:00 2001 From: MaranBr Date: Thu, 2 Oct 2025 14:29:47 -0400 Subject: [PATCH] Missed something --- src/core/file_sys/fssystem/fs_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/file_sys/fssystem/fs_types.h b/src/core/file_sys/fssystem/fs_types.h index 43aeaf447b..81cc78f321 100644 --- a/src/core/file_sys/fssystem/fs_types.h +++ b/src/core/file_sys/fssystem/fs_types.h @@ -38,7 +38,7 @@ struct HashSalt { static_assert(std::is_trivial_v); 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;