Ignore SetDepthMode

This commit is contained in:
Isaac Marovitz 2024-05-18 21:02:49 -04:00
parent ad4382bb32
commit a32a70fb65
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -326,7 +326,7 @@ namespace Ryujinx.Graphics.Metal
public void SetDepthMode(DepthMode mode)
{
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
// Metal does not support depth clip control.
}
public void SetDepthTest(DepthTestDescriptor depthTest)