diff options
| author | degasus <wickmarkus@web.de> | 2015-02-21 12:08:47 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-02-24 23:10:13 +0100 |
| commit | 967eaad8df52197dad69891c25cbc69f8e52e6b8 (patch) | |
| tree | e83f3ecaea6d3454eeb80e3e2bbc77d402dbc09b /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | 1313d3461f752cd92af594f04155bc78a66f4ebd (diff) | |
VideoCommon: rename efb2tex and efb2ram
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.cpp | 2 |
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 |
