Adding note about GPU listing.

This commit is contained in:
Ben Vanik 2015-08-01 13:43:21 -07:00
parent b67488e70a
commit 5aa50b3c18
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ void FatalGLError(std::string error) {
XEFATAL( XEFATAL(
(error + (error +
"\nEnsure you have the latest drivers for your GPU and that it supports " "\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()); .c_str());
} }