From 5aa50b3c18d524ed75f3f9ea04e088bc39667296 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sat, 1 Aug 2015 13:43:21 -0700 Subject: [PATCH] Adding note about GPU listing. --- src/xenia/ui/gl/gl_context.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()); }