mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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);
|
||||
}
|
||||
else
|
||||
else if (cached_dest)
|
||||
{
|
||||
cached_dest->dma_transfer(cmd, vram_texture, src_area, dst_range, dst.pitch);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue