fs: add Sha256HashGenerator, LZ4 decompressor

This commit is contained in:
Michael Scire 2021-12-14 08:51:27 -08:00 committed by SciresM
parent a2aec363d7
commit 01f7f567b9
11 changed files with 165 additions and 8 deletions

View file

@ -40,7 +40,7 @@ namespace ams::fssystem {
}
constexpr bool IsRandomAccessible(CompressionType type) {
return CompressionType_None;
return type == CompressionType_None;
}
constexpr bool IsUnknownType(CompressionType type) {