Allow Fermi blit accelerate to add src/dst to the cache if they don't exist already. Use ScratchBuffers in the software blit path.

This commit is contained in:
Kelebek1 2023-05-01 18:46:03 +01:00
parent 7944f271dc
commit bf08bc3c0f
3 changed files with 24 additions and 12 deletions

View file

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