Fix FEZ not showing anything
Does not fix the underlying shortcomings of the cache system
This commit is contained in:
committed by
Evan Husted
parent
3451fbbbad
commit
c911db8309
@@ -485,10 +485,6 @@ namespace Ryujinx.Graphics.Metal
|
||||
// Inlineable
|
||||
public void UpdateStencilState(StencilTestDescriptor stencilTest)
|
||||
{
|
||||
// Cleanup old state
|
||||
_currentState.FrontFaceStencil.Dispose();
|
||||
_currentState.BackFaceStencil.Dispose();
|
||||
|
||||
_currentState.FrontFaceStencil = new MTLStencilDescriptor
|
||||
{
|
||||
StencilFailureOperation = stencilTest.FrontSFail.Convert(),
|
||||
|
||||
Reference in New Issue
Block a user