Merge yuzu-emu#10529

This commit is contained in:
yuzubot
2024-02-18 00:57:05 +00:00
parent 53f8383354
commit 7a1e249314
4 changed files with 17 additions and 7 deletions

View File

@ -517,6 +517,6 @@ size_t PixelComponentSizeBitsInteger(PixelFormat format);
std::pair<u32, u32> GetASTCBlockSize(PixelFormat format);
u64 EstimatedDecompressedSize(u64 base_size, PixelFormat format);
u64 TranscodedAstcSize(u64 base_size, PixelFormat format);
} // namespace VideoCore::Surface