early-access version 3609
This commit is contained in:
parent
ccb368d697
commit
e9d3f370fa
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 3608.
|
This is the source code for early-access 3609.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -1534,7 +1534,7 @@ std::optional<typename TextureCache<P>::BlitImages> TextureCache<P>::GetBlitImag
|
||||||
if (!copy.must_accelerate) {
|
if (!copy.must_accelerate) {
|
||||||
do {
|
do {
|
||||||
if (!src_id && !dst_id) {
|
if (!src_id && !dst_id) {
|
||||||
break;
|
return std::nullopt;
|
||||||
}
|
}
|
||||||
if (src_id && True(slot_images[src_id].flags & ImageFlagBits::GpuModified)) {
|
if (src_id && True(slot_images[src_id].flags & ImageFlagBits::GpuModified)) {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue