Fix FEZ not showing anything
Does not fix the underlying shortcomings of the cache system
This commit is contained in:
parent
84f3b4a3e1
commit
49781fde65
3 changed files with 1 additions and 7 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue