early-access version 3609
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| yuzu emulator early access | ||||
| ============= | ||||
|  | ||||
| This is the source code for early-access 3608. | ||||
| This is the source code for early-access 3609. | ||||
|  | ||||
| ## Legal Notice | ||||
|  | ||||
|   | ||||
| @@ -1534,7 +1534,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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user