Disable Vector Indexing Bug Workaround

This commit is contained in:
Isaac Marovitz 2024-05-30 21:26:20 +01:00 committed by Evan Husted
parent e615d7d849
commit 39bfd55958

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,