From 06da2071b4f87bde6e3f75a24ffad922da266ab2 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sat, 18 Mar 2017 18:45:41 +0300 Subject: [PATCH] use the cpu to do memcpy trivial clipping operations --- rpcs3/Emu/RSX/rsx_methods.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/rsx_methods.cpp b/rpcs3/Emu/RSX/rsx_methods.cpp index 11a8bd4c28..a25d78cfda 100644 --- a/rpcs3/Emu/RSX/rsx_methods.cpp +++ b/rpcs3/Emu/RSX/rsx_methods.cpp @@ -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