mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- Clarify error message.
This commit is contained in:
parent
7b66bdf35c
commit
6d3fc6b38a
1 changed files with 2 additions and 2 deletions
|
@ -869,8 +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"
|
||||
"For Intel cards run " GAMENAME " in Windows 8 compatibility mode or use the wtfi tool.\n");
|
||||
I_Error("R_OPENGL: OpenGL driver not accelerated! Falling back to software renderer. Get a driver from your manufacturer.\n"
|
||||
"For some Intel cards run " GAMENAME " in Windows 8 compatibility mode or use the wtfi tool.\n");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue