diff options
| author | degasus <wickmarkus@web.de> | 2015-10-29 18:08:04 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-11-15 12:02:41 +0100 |
| commit | 087ba5268a5512e95783ad69bc743a5aeb0bb0b9 (patch) | |
| tree | ba5beb146187c96b8030bdfb0a3292dcbe0a0276 /Source/Core/VideoBackends/D3D/TextureCache.cpp | |
| parent | dcdf8fd3ced5e5d2b94299bc710a69ee06bab0d6 (diff) | |
TextureCache: Rewrite EFB Copy control flow
Diffstat (limited to 'Source/Core/VideoBackends/D3D/TextureCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/D3D/TextureCache.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/D3D/TextureCache.cpp b/Source/Core/VideoBackends/D3D/TextureCache.cpp index f2f5ae96b4..1d5141ce0e 100644 --- a/Source/Core/VideoBackends/D3D/TextureCache.cpp +++ b/Source/Core/VideoBackends/D3D/TextureCache.cpp @@ -184,10 +184,8 @@ TextureCacheBase::TCacheEntryBase* TextureCache::CreateTexture(const TCacheEntry } } -void TextureCache::TCacheEntry::FromRenderTarget(u8* dst, unsigned int dstFormat, u32 dstStride, - PEControl::PixelFormat srcFormat, const EFBRectangle& srcRect, - bool isIntensity, bool scaleByHalf, unsigned int cbufid, - const float *colmat) +void TextureCache::TCacheEntry::FromRenderTarget(u8* dst, PEControl::PixelFormat srcFormat, const EFBRectangle& srcRect, + bool scaleByHalf, unsigned int cbufid, const float *colmat) { g_renderer->ResetAPIState(); |
