Configuration Guide: Difference between revisions

(Minor cleanup)
Line 41: Line 41:
* '''OpenGL''':  Typically considered Dolphin's slowest backend, but is generally very stable. Very slow on AMD based graphics on Windows, but can be usable on Linux. Not recommended on current RDNA2 Android devices as they do not ship a dedicated OpenGL driver, and instead rely on ANGLE.
* '''OpenGL''':  Typically considered Dolphin's slowest backend, but is generally very stable. Very slow on AMD based graphics on Windows, but can be usable on Linux. Not recommended on current RDNA2 Android devices as they do not ship a dedicated OpenGL driver, and instead rely on ANGLE.
* '''D3D11''': This backend is a middle ground between most other backends. Only available on Windows, but generally runs well on every kind of GPU.
* '''D3D11''': This backend is a middle ground between most other backends. Only available on Windows, but generally runs well on every kind of GPU.
* '''D3D12''': D3D12 is slightly faster than D3D11 on some onboard graphics chips, but may be slightly less stable in rare circumstances.
* '''D3D12''': D3D12 is slightly faster than D3D11 on some onboard graphics chips, particularly Intel iGPUs, but may be slightly less stable in rare circumstances.
* '''Null''': This graphics backend is for debugging only and does not render any graphics.
* '''Null''': This graphics backend is for debugging only and does not render any graphics.
* '''Software''': This graphics backend is for debugging only and is extremely slow.
* '''Software''': This graphics backend is for debugging only and is extremely slow.