mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-10 15:38:08 +01:00
use the cpu to do memcpy trivial clipping operations
This commit is contained in:
parent
7f804cd8c8
commit
06da2071b4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue