Disable Vector Indexing Bug Workaround
This commit is contained in:
parent
e615d7d849
commit
39bfd55958
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user