early-access version 2996

This commit is contained in:
pineappleEA
2022-10-06 06:29:16 +02:00
parent 5d64751ac0
commit a1131762fb
20 changed files with 24 additions and 24 deletions

View File

@@ -1656,7 +1656,7 @@ void Decompress(std::span<const uint8_t> data, uint32_t width, uint32_t height,
const u32 cols = Common::DivideUp(width, block_width);
Common::ThreadWorker workers{std::max(std::thread::hardware_concurrency(), 2U) / 2,
"yuzu:ASTCDecompress"};
"ASTCDecompress"};
for (u32 z = 0; z < depth; ++z) {
const u32 depth_offset = z * height * width * 4;