diff --git a/src/Ryujinx.Graphics.Metal/MetalRenderer.cs b/src/Ryujinx.Graphics.Metal/MetalRenderer.cs index 99372d8a0..83974b408 100644 --- a/src/Ryujinx.Graphics.Metal/MetalRenderer.cs +++ b/src/Ryujinx.Graphics.Metal/MetalRenderer.cs @@ -209,7 +209,8 @@ namespace Ryujinx.Graphics.Metal shaderSubgroupSize: 256, storageBufferOffsetAlignment: 16, textureBufferOffsetAlignment: 16, - gatherBiasPrecision: 0 + gatherBiasPrecision: 0, + maximumGpuMemory: 0 ); }