From cedc8e00dfcae7b43b118a7193e774b926a589d3 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Sun, 29 Sep 2024 01:06:10 +0200 Subject: [PATCH] GAL Changes --- src/Ryujinx.Graphics.Metal/MetalRenderer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); }