Merge pull request #2089 from degasus/remove_disable_efb_copy

Remove disable efb copy
This commit is contained in:
Pierre Bourdon
2015-02-24 23:31:05 +01:00
12 changed files with 18 additions and 56 deletions

View File

@ -205,7 +205,7 @@ void TextureCache::TCacheEntry::FromRenderTarget(u32 dstAddr, unsigned int dstFo
glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
if (false == g_ActiveConfig.bCopyEFBToTexture)
if (!g_ActiveConfig.bSkipEFBCopyToRam)
{
int encoded_size = TextureConverter::EncodeToRamFromTexture(
dstAddr,