mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-22 11:21:09 +00:00
- Add hint on error for some Intel cards.
This commit is contained in:
parent
0669a3f589
commit
7b66bdf35c
1 changed files with 2 additions and 1 deletions
|
@ -869,7 +869,8 @@ bool Win32GLVideo::SetupPixelFormat(int multisample)
|
||||||
if (pfd.dwFlags & PFD_GENERIC_FORMAT)
|
if (pfd.dwFlags & PFD_GENERIC_FORMAT)
|
||||||
{
|
{
|
||||||
vid_renderer = 0;
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue