some minor bug fixes to my last commit and uncommented one line that was commented by error

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4922 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Rodolfo Osvaldo Bogado
2010-01-21 22:32:24 +00:00
parent a43428253b
commit 8c2bae9802
2 changed files with 6 additions and 6 deletions

View File

@ -243,7 +243,7 @@ void Flush()
for (int i = 0; i < 8; i++)
{
if (usedtextures & (1 << i)) {
//Renderer::SetSamplerState(i & 3, i >> 2);
Renderer::SetSamplerState(i & 3, i >> 2);
FourTexUnits &tex = bpmem.tex[i >> 2];
TextureCache::TCacheEntry* tentry = TextureCache::Load(i,
(tex.texImage3[i&3].image_base/* & 0x1FFFFF*/) << 5,