Disable Vector Indexing Bug Workaround

This commit is contained in:
Isaac Marovitz 2024-05-30 21:26:20 +01:00 committed by Isaac Marovitz
parent efb7baf15c
commit 4bb736d70a

View file

@ -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,