Revert "Gpu: exclude RGBA16Float texture format for fast DMA copy on Apple silicon."

This reverts commit b16f74ffd9.
This commit is contained in:
KeatonTheBot
2026-05-27 17:41:51 -05:00
parent 31d0bc5915
commit 9d3fecf334
4 changed files with 20 additions and 34 deletions
@@ -758,7 +758,6 @@ namespace Ryujinx.Graphics.Vulkan
supports5BitComponentFormat: supports5BitComponentFormat,
supportsSparseBuffer: features2.Features.SparseBinding && mainQueueProperties.QueueFlags.HasFlag(QueueFlags.SparseBindingBit),
supportsBlendEquationAdvanced: Capabilities.SupportsBlendEquationAdvanced,
supportsFastDmaTextureCopy: !IsMoltenVk,
supportsFragmentShaderInterlock: Capabilities.SupportsFragmentShaderInterlock,
supportsFragmentShaderOrderingIntel: false,
supportsGeometryShader: Capabilities.SupportsGeometryShader,