- Add hint on error for some Intel cards.

This commit is contained in:
drfrag 2020-04-04 20:09:33 +02:00
parent 0669a3f589
commit 7b66bdf35c

View file

@ -869,7 +869,8 @@ bool Win32GLVideo::SetupPixelFormat(int multisample)
if (pfd.dwFlags & PFD_GENERIC_FORMAT)
{
vid_renderer = 0;
I_Error("R_OPENGL: OpenGL driver not accelerated! Falling back to software renderer.\n");
I_Error("R_OPENGL: OpenGL driver not accelerated! Falling back to software renderer.\n"
"For Intel cards run " GAMENAME " in Windows 8 compatibility mode or use the wtfi tool.\n");
return false;
}
}