From 55c324e062e068682740e823869d25220108c3db Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sat, 30 Dec 2017 12:30:23 +0300 Subject: [PATCH] rsx: Invalidate surface configuration if stencil state is changed - Stencil state afects validity of a depth/stencil surface same as depth state --- rpcs3/Emu/RSX/rsx_methods.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/RSX/rsx_methods.cpp b/rpcs3/Emu/RSX/rsx_methods.cpp index 4ed1d265ea..1808a88fe8 100644 --- a/rpcs3/Emu/RSX/rsx_methods.cpp +++ b/rpcs3/Emu/RSX/rsx_methods.cpp @@ -1652,6 +1652,7 @@ namespace rsx bind(); bind(); bind(); + bind(); bind(); bind();