diff options
| author | Rodolfo Osvaldo Bogado <rodolfoosvaldobogado@gmail.com> | 2011-01-05 20:50:51 +0000 |
|---|---|---|
| committer | Rodolfo Osvaldo Bogado <rodolfoosvaldobogado@gmail.com> | 2011-01-05 20:50:51 +0000 |
| commit | 809670611b7a48d559d8e8369aaa4a94029e8ba7 (patch) | |
| tree | 4427e7db34848c568796237397b05dcbed3c260e /Source/Core/VideoCommon/Src/TextureCacheBase.cpp | |
| parent | 7219d185d90f7d0882959827e6e5a54ca1481be1 (diff) | |
improve z copy a little further in 4 bits copy,
fix and error introduced by my last commit in dx11 plugin
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6754 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureCacheBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp index 4669a95395..e58b0d87fb 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp @@ -469,6 +469,7 @@ void TextureCache::CopyRenderTargetToTexture(u32 address, bool bFromZBuffer, { case 0: // Z4 colmat[3] = colmat[7] = colmat[11] = colmat[15] = 1; + cbufid = 20; break; case 1: // Z8 case 8: // Z8 |
