mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
rsx: Fix typo
This commit is contained in:
parent
69a463ad02
commit
475191cf7f
1 changed files with 1 additions and 1 deletions
|
@ -1783,7 +1783,7 @@ namespace rsx
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const auto swz_temp = _swizzled_copy_1(dst, src, out_w, out_h, slice_h, in_format, out_format, need_convert, need_clip, src_is_temp, interpolate);
|
const auto swz_temp = _swizzled_copy_1(dst, src, out_w, out_h, slice_h, in_format, out_format, need_convert, need_clip, src_is_temp, interpolate);
|
||||||
auto pixels_src = swz_temp.empty() ? dst.pixels : swz_temp.data();
|
auto pixels_src = swz_temp.empty() ? src.pixels : swz_temp.data();
|
||||||
|
|
||||||
_swizzled_copy_2(const_cast<u8*>(pixels_src), dst.pixels, src.pitch, out_w, out_h, dst.bpp);
|
_swizzled_copy_2(const_cast<u8*>(pixels_src), dst.pixels, src.pitch, out_w, out_h, dst.bpp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue