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;