Build fixing.
This commit is contained in:
parent
1141af64f6
commit
73a0bdd379
|
@ -133,7 +133,7 @@ void TextureCache::Cleanup()
|
||||||
{
|
{
|
||||||
// EFB copies living on the host GPU are unrecoverable and thus shouldn't be deleted
|
// EFB copies living on the host GPU are unrecoverable and thus shouldn't be deleted
|
||||||
// TODO: encoding the texture back to RAM here might be a good idea
|
// TODO: encoding the texture back to RAM here might be a good idea
|
||||||
if (g_ActiveConfig.bCopyEFBToTexture && entry->IsEfbCopy())
|
if (g_ActiveConfig.bCopyEFBToTexture && iter->second->IsEfbCopy())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
delete iter->second;
|
delete iter->second;
|
||||||
|
|
Loading…
Reference in New Issue