mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-28 03:40:50 +01:00
Disable Vector Indexing Bug Workaround
This commit is contained in:
parent
efb7baf15c
commit
4bb736d70a
@ -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…
Reference in New Issue
Block a user