Clarify OpenGL requirement

Raul Tambre 2016-03-17 18:51:50 +02:00
parent dc813e313e
commit 268eaa0aef

2
FAQ.md

@ -5,7 +5,7 @@
The requirements for running RPCS3 are still not fully known and may change a lot in its current development stage. The absolute minimum requirements for running the program are:
* 64-bit OS
* A modern x86 CPU that supports SSSE3 (SSE4.1 for PPU LLVM recompiler)
* A modern OpenGL 4.5 (OpenGL 4.2+ may work) compatible graphics card. Integrated GPUs such as the *Intel HD Graphics* may not work correctly.
* A modern OpenGL 4.3 compatible graphics card. Integrated GPUs such as the *Intel HD Graphics* may not work correctly.
* A modern DirectX 12 and Vulkan compatible graphics card is **highly** recommended.
#### Does RPCS3 support commercial games? When will it support them?