Configuration Guide: Difference between revisions

Jump to navigation Jump to search
(Added a couple more settings that weren't in the original guide. We might need more screenshots of examples.)
Line 38: Line 38:
Your choice in video backend may greatly alter how much performance you get depending on your graphics card.
Your choice in video backend may greatly alter how much performance you get depending on your graphics card.


'''Vulkan''':  Generally runs great on NVIDIA and AMD graphics chips, including mobile RDNA2 devices.  Not recommended for Intel devices, and Adreno (Snapdragon) graphics vary per the driver as to how well they will support Vulkan.
* '''Vulkan''':  Generally runs great on NVIDIA and AMD graphics chips, including mobile RDNA2 devices.  Not recommended for Intel devices, and Adreno (Snapdragon) graphics vary per the driver as to how well they will support Vulkan.
'''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, 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.


==== A Note on V-Sync ====
==== A Note on V-Sync ====