Browse Source

Missed something

pull/2651/head
MaranBr 5 months ago
parent
commit
a29c9fb785
  1. 2
      src/core/file_sys/fssystem/fs_types.h

2
src/core/file_sys/fssystem/fs_types.h

@ -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;

Loading…
Cancel
Save