Texture cache: revert wrong acceleration assumption

This commit is contained in:
Fernando Sahmkow 2023-05-24 10:52:02 +02:00
parent 72a14a6817
commit be3a7f4096

View File

@ -1507,7 +1507,7 @@ std::optional<typename TextureCache<P>::BlitImages> TextureCache<P>::GetBlitImag
if (!copy.must_accelerate) {
do {
if (!src_id && !dst_id) {
break;
return std::nullopt;
}
if (src_id && True(slot_images[src_id].flags & ImageFlagBits::GpuModified)) {
break;