dolphin/Source/Core
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
..
AudioCommon Fix the majority of the compiler warnings unearthed by the addition of 2013-01-29 23:24:51 -06:00
Common Fix remaining compiler warnings. 2013-01-31 15:29:29 -06:00
Core Reduce some DI command delays. Fix DKCR hanging with DSP HLE. My other games continue to work. 2013-02-15 16:02:38 -06:00
DiscIO Fix remaining compiler warnings. 2013-01-31 15:29:29 -06:00
DolphinWX Fix header guard and definitions not being set to 1 2013-02-11 15:06:40 -06:00
InputCommon Fix compilation with SDL2. (based on a patch from matthewharveys) 2013-02-05 21:08:52 -06:00
VideoCommon Changes/cleanup to TextureCache::Load and other mipmap related code. 2013-02-15 22:56:29 -06:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00