rsx: Fixups

This commit is contained in:
kd-11 2017-09-18 20:22:34 +03:00
parent 571dbfb7b1
commit 3836b40bf7
6 changed files with 252 additions and 192 deletions

View file

@ -675,7 +675,7 @@ namespace rsx
src_info.width = in_w;
src_info.height = in_h;
src_info.pitch = in_pitch;
src_info.slice_h = clip_h;
src_info.slice_h = slice_h;
src_info.offset_x = (u16)in_x;
src_info.offset_y = (u16)in_y;
src_info.pixels = pixels_src;