Garbage Collection: Final tuning.

This commit is contained in:
Fernando Sahmkow 2022-01-16 06:34:43 +01:00
parent 5e982a7812
commit 9edbbf2af4
6 changed files with 36 additions and 24 deletions

View file

@ -1211,7 +1211,7 @@ Image::Image(TextureCacheRuntime& runtime_, const ImageInfo& info_, GPUVAddr gpu
} else {
flags |= VideoCommon::ImageFlagBits::Converted;
}
flags |= VideoCommon::ImageFlagBits::GCProtected;
flags |= VideoCommon::ImageFlagBits::CostlyLoad;
}
if (runtime->device.HasDebuggingToolAttached()) {
original_image.SetObjectNameEXT(VideoCommon::Name(*this).c_str());