diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2017-06-25 22:23:47 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2017-11-17 22:11:28 -0600 |
| commit | 65cd085f9bb80531f5739807afffe837c7d2ffc1 (patch) | |
| tree | 1c75f48d5435f66a75f59d8d029ed2c5b5bbe4e1 /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | 198d3b69b43b19685b4d4bed0173ebf2b2db9f0a (diff) | |
Add new GUI option to skip XFBToRam and remove old XFB options
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 918e33bd64..7e71e5a38a 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -1416,7 +1416,7 @@ void TextureCacheBase::CopyRenderTargetToTexture(u32 dstAddr, EFBCopyFormat dstF ColorMask[3] = 0.0f; fConstAdd[3] = 1.0f; cbufid = 30; // just re-use the RGBX8 cbufid from above - copy_to_ram = g_ActiveConfig.bUseRealXFB; + copy_to_ram = !g_ActiveConfig.bSkipXFBCopyToRam; is_xfb_copy = true; break; |
