From 83e11ad9e9eb8b42d549b1a860a38803acf195d0 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Mon, 26 Oct 2020 17:51:51 +0300 Subject: [PATCH] Explain the ROV support requirement a bit better --- Quickstart.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Quickstart.md b/Quickstart.md index d9e99e44f..973778952 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -15,11 +15,11 @@ * CPU: 64-bit x86 processor with AVX(2) support * You can check with [CPU-Z](https://www.cpuid.com/softwares/cpu-z.html) * **Pentiums and Celerons do not support AVX(2).** -* GPU: Vulkan compatible GPU from [this list](https://vulkan.gpuinfo.org/) or D3D12 compatible GPU +* GPU: Direct3D 12-compatible or Vulkan-compatible GPU from [this list](https://vulkan.gpuinfo.org/) * You can check with [GPU-Z](https://www.techpowerup.com/download/techpowerup-gpu-z/) - * D3D12 will only work on Windows 10 due to D3D12on7 and vkd3d not being supported. - * GPUs without ROV, and iGPUs in general will perform worse and possibly have more graphical issues. - * AMD GPUs also fall under this due to limited ROV support. + * Direct3D 12 will only work on Windows 10 due to D3D12on7 and vkd3d not being supported. + * GPUs without [ROV (rasterizer-ordered view) / fragment shader interlock](https://github.com/xenia-project/xenia/wiki/FAQ#what-is-rov) support will perform worse and possibly have more graphical issues. Integrated GPUs will also generally provide too low frame rates for comfortable playing. + * AMD GPUs also fall under this due to Xenia triggering driver bugs causing crashes when its ROV-based rendering path is used. * RAM: 4GB * [2017/2019 x64 Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)