From 4bb736d70a7a1152af4663f00cf0c89f98350084 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Thu, 30 May 2024 21:26:20 +0100 Subject: [PATCH] Disable Vector Indexing Bug Workaround --- src/Ryujinx.Graphics.Metal/MetalRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.Graphics.Metal/MetalRenderer.cs b/src/Ryujinx.Graphics.Metal/MetalRenderer.cs index 56b554134..06ce6e5d5 100644 --- a/src/Ryujinx.Graphics.Metal/MetalRenderer.cs +++ b/src/Ryujinx.Graphics.Metal/MetalRenderer.cs @@ -136,7 +136,7 @@ namespace Ryujinx.Graphics.Metal vendorName: HardwareInfoTools.GetVendor(), SystemMemoryType.UnifiedMemory, hasFrontFacingBug: false, - hasVectorIndexingBug: true, + hasVectorIndexingBug: false, needsFragmentOutputSpecialization: true, reduceShaderPrecision: true, supportsAstcCompression: true,