mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
rsx: fix possible segfault
This commit is contained in:
parent
026efd96b2
commit
4d0330bf82
@ -3055,7 +3055,7 @@ namespace rsx
|
||||
|
||||
blitter.scale_image(cmd, vram_texture, dest_texture, src_area, dst_area, interpolate, typeless_info);
|
||||
}
|
||||
else
|
||||
else if (cached_dest)
|
||||
{
|
||||
cached_dest->dma_transfer(cmd, vram_texture, src_area, dst_range, dst.pitch);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user