Disable front facing and face culling to avoid regression (#226)

* Disable tests for framebuffer blitting
This commit is contained in:
ReinUsesLisp 2018-07-06 23:40:12 -03:00 committed by gdkchan
parent 97ca974213
commit 0bec547b9d
2 changed files with 31 additions and 3 deletions

View file

@ -79,8 +79,9 @@ namespace Ryujinx.HLE.Gpu.Engines
Gpu.Renderer.Shader.BindProgram();
SetFrontFace();
SetCullFace();
//Note: Uncomment SetFrontFace SetCullFace when flipping issues are solved
//SetFrontFace();
//SetCullFace();
SetDepth();
SetStencil();
SetAlphaBlending();