Adding note about GPU listing.
This commit is contained in:
parent
b67488e70a
commit
5aa50b3c18
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue