mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
rsx: Fixups
This commit is contained in:
parent
571dbfb7b1
commit
3836b40bf7
6 changed files with 252 additions and 192 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue