Disable Vector Indexing Bug Workaround

This commit is contained in:
Isaac Marovitz 2024-05-30 21:26:20 +01:00
parent 14008803e2
commit 210e590c4e
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1

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,