From 9405e13e9920c569c7646a3f88290f845660158a Mon Sep 17 00:00:00 2001 From: Leo626 Date: Thu, 1 Feb 2018 07:34:38 -0400 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 98d4029..005b157 100644 --- a/FAQ.md +++ b/FAQ.md @@ -106,7 +106,7 @@ The only **hard** requirements for the official version of _Citra_ is a graphics #### When I try to start any game, _Citra_ immediately crashes! -It is very likely that this issue is caused by your GPU or drivers not supporting _OpenGL 3.3_. Try updating to the latest drivers if possible, and verify that either your driver's control panel or a tool like [GPU-Z](https://www.techpowerup.com/download/techpowerup-gpu-z/) reports that you can use at least _OpenGL 3.3_. If updating drivers doesn't help, you'll need to upgrade your GPU or wait until we remove this limitation from the software renderer. (The hardware renderer will never support lower _OpenGL_ versions.) +It is very likely that this issue is caused by your GPU or drivers not supporting _OpenGL 3.3_. Try updating to the latest drivers if possible, and verify that either your driver's control panel or a tool like [GPU Caps Viewer](http://www.ozone3d.net/gpu_caps_viewer/) reports that you can use at least _OpenGL 3.3_. If updating drivers doesn't help, you'll need to upgrade your GPU or wait until we remove this limitation from the software renderer. (The hardware renderer will never support lower _OpenGL_ versions.) *Also read the previous question / answer for a software implementation of _OpenGL_*