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
@@ -168,7 +168,6 @@ namespace Ryujinx.Graphics.OpenGL
supports5BitComponentFormat: true,
supportsSparseBuffer: false,
supportsBlendEquationAdvanced: HwCapabilities.SupportsBlendEquationAdvanced,
supportsFastDmaTextureCopy: true,
supportsFragmentShaderInterlock: HwCapabilities.SupportsFragmentShaderInterlock,
supportsFragmentShaderOrderingIntel: HwCapabilities.SupportsFragmentShaderOrdering,
supportsGeometryShader: true,