Files
dolphin/Source/Core/VideoCommon/Src
Jordan Woyak d994e56b60 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.
2013-02-15 22:56:29 -06:00
..
2012-03-25 13:01:26 +03:00
2012-06-11 23:30:20 +02:00
2012-11-26 02:11:52 -05:00
2011-09-29 23:32:39 +02:00
2011-01-31 03:02:23 +00:00
2013-01-24 13:10:13 +01:00
2012-01-04 01:36:09 -08:00
2013-01-24 13:10:13 +01:00