mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
rsx: Fix typo
This commit is contained in:
parent
69a463ad02
commit
475191cf7f
@ -1783,7 +1783,7 @@ namespace rsx
|
||||
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);
|
||||
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user