diff options
Diffstat (limited to 'src/video_core/texture_cache')
| -rw-r--r-- | src/video_core/texture_cache/texture_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/texture_cache.h b/src/video_core/texture_cache/texture_cache.h index e1198dcf8..b24086fce 100644 --- a/src/video_core/texture_cache/texture_cache.h +++ b/src/video_core/texture_cache/texture_cache.h | |||
| @@ -1469,7 +1469,7 @@ std::optional<typename TextureCache<P>::BlitImages> TextureCache<P>::GetBlitImag | |||
| 1469 | if (!copy.must_accelerate) { | 1469 | if (!copy.must_accelerate) { |
| 1470 | do { | 1470 | do { |
| 1471 | if (!src_id && !dst_id) { | 1471 | if (!src_id && !dst_id) { |
| 1472 | return std::nullopt; | 1472 | break; |
| 1473 | } | 1473 | } |
| 1474 | if (src_id && True(slot_images[src_id].flags & ImageFlagBits::GpuModified)) { | 1474 | if (src_id && True(slot_images[src_id].flags & ImageFlagBits::GpuModified)) { |
| 1475 | break; | 1475 | break; |