diff --git a/src/xenia/ui/gl/gl_context.cc b/src/xenia/ui/gl/gl_context.cc index e3d1130d6..e993b1d30 100644 --- a/src/xenia/ui/gl/gl_context.cc +++ b/src/xenia/ui/gl/gl_context.cc @@ -248,7 +248,8 @@ void FatalGLError(std::string error) { XEFATAL( (error + "\nEnsure you have the latest drivers for your GPU and that it supports " - "OpenGL 4.5. See http://xenia.jp/faq/ for more information.") + "OpenGL 4.5. See http://xenia.jp/faq/ for more information and a list" + "of supported GPUs.") .c_str()); }