mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
rsx: fix possible segfault
This commit is contained in:
parent
026efd96b2
commit
4d0330bf82
1 changed files with 1 additions and 1 deletions
|
@ -3055,7 +3055,7 @@ namespace rsx
|
||||||
|
|
||||||
blitter.scale_image(cmd, vram_texture, dest_texture, src_area, dst_area, interpolate, typeless_info);
|
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);
|
cached_dest->dma_transfer(cmd, vram_texture, src_area, dst_range, dst.pitch);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue