dolphin/Source
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
..
Core Changes/cleanup to TextureCache::Load and other mipmap related code. 2013-02-15 22:56:29 -06:00
DSPSpy
DSPTool Remove scons-related files 2012-03-25 12:55:02 -07:00
Plugins Changes/cleanup to TextureCache::Load and other mipmap related code. 2013-02-15 22:56:29 -06:00
TestSuite
UnitTests Remove scons-related files 2012-03-25 12:55:02 -07:00
VSProps Merge branch 'GLES-software' 2012-12-26 12:54:58 -06:00
CMakeLists.txt
Dolphin_2010.sln Added audio time stretching by using the SoundTouch library. 2013-01-09 22:57:32 +11:00