shithub: cstory

Download patch

ref: 5b636ccc2427b251655bb9d3571295910af7a0fa
parent: 0aba8888bb88fec40271083275e0fb68ba3eea96
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Apr 21 09:00:34 EDT 2020

Cleanup

--- a/src/Backends/Rendering/WiiU.cpp
+++ b/src/Backends/Rendering/WiiU.cpp
@@ -128,11 +128,6 @@
 						// Disable depth-test (enabled by default for some reason)
 						GX2SetDepthOnlyControl(FALSE, FALSE, GX2_COMPARE_FUNC_ALWAYS);
 
-
-
-						// Enable blending
-				//		GX2SetColorControl(GX2_LOGIC_OP_COPY, 0xFF, FALSE, TRUE);
-
 						// Set custom blending mode for pre-multiplied alpha
 		/*				GX2SetBlendControl(GX2_RENDER_TARGET_0,
 										   GX2_BLEND_MODE_ZERO,