Browse Source
Merge pull request #10435 from FernandoS27/gotta-clean-mess-ups
Texture cache: revert wrong acceleration assumption
pull/15/merge
bunnei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/texture_cache/texture_cache.h
|
|
|
@ -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; |
|
|
|
|