Version
3.5-402
Entwicklungszweig
master
Zeitpunkt
11 Jahre, 2 Monate her
Windows x64 Windows x86 Mac OS X
Commit
d994e56b60aa0f6fc2f1da333d0b320fcfbda018
Author der Änderung
Jordan Woyak
Beschreibung der Änderung
Changes/cleanup to TextureCache::Load and other mipmap related code. 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.