mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 04:31:26 +00:00
The significant change is what is now line 520 of TextureCacheBase.cpp: ((std::max(mipWidth, bsw) * std::max(mipHeight, bsh) * bsdepth) >> 1) to TexDecoder_GetTextureSizeInBytes(expanded_mip_width, expanded_mip_height, texformat); Fixes issue 5328. Fixes issue 5461. |
||
---|---|---|
.. | ||
Src | ||
CMakeLists.txt | ||
OpenCL.rules | ||
VideoCommon.vcxproj | ||
VideoCommon.vcxproj.filters |