use the cpu to do memcpy trivial clipping operations

This commit is contained in:
kd-11 2017-03-18 18:45:41 +03:00
parent 7f804cd8c8
commit 06da2071b4

View file

@ -543,7 +543,7 @@ namespace rsx
}
}
if (need_convert || need_clip)
if (need_convert)
{
//For now, only use this for actual scaled images, there are use cases that should not go through 3d engine, e.g program ucode transfer
//TODO: Figure out more instances where we can use this without problems