From 967eaad8df52197dad69891c25cbc69f8e52e6b8 Mon Sep 17 00:00:00 2001 From: degasus Date: Sat, 21 Feb 2015 12:08:47 +0100 Subject: VideoCommon: rename efb2tex and efb2ram --- Source/Core/VideoCommon/TextureCacheBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp') 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 -- cgit v1.2.3