summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2015-02-24 23:31:05 +0100
committerPierre Bourdon <delroth@gmail.com>2015-02-24 23:31:05 +0100
commitf06b1106dbbaba5b8a9b09e7762029f3918260cd (patch)
treed943740bc48f5584768ddd149d2a0928df2d9ffe /Source/Core/VideoCommon/TextureCacheBase.cpp
parent5fc62ac56316ad613b9ef8509d8e8e4f877a0731 (diff)
parent967eaad8df52197dad69891c25cbc69f8e52e6b8 (diff)
Merge pull request #2089 from degasus/remove_disable_efb_copy
Remove disable efb copy
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp
index 7bd5a6b570..8b6e819fed 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/TextureCacheBase.cpp
@@ -356,7 +356,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(const u32 stage)
// EFB copies have slightly different rules: the hash doesn't need to match
// in EFB2Tex mode, and EFB copy formats have different meanings from texture
// formats.
- if (g_ActiveConfig.bCopyEFBToTexture ||
+ if (g_ActiveConfig.bSkipEFBCopyToRam ||
(tex_hash == entry->hash && (!isPaletteTexture || g_Config.backend_info.bSupportsPaletteConversion)))
{
// TODO: We should check format/width/height/levels for EFB copies. Checking