mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
rsx: Cleanup for blit engine fixes
This commit is contained in:
parent
8150095e8f
commit
8866a3d6a9
3 changed files with 2 additions and 14 deletions
|
@ -1115,6 +1115,8 @@ namespace rsx
|
|||
{
|
||||
if (need_clip)
|
||||
{
|
||||
temp3.resize(out_pitch * clip_h);
|
||||
|
||||
if (need_convert)
|
||||
{
|
||||
temp2.resize(out_pitch * std::max(convert_h, (u32)clip_h));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue