mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 20:41:25 +00:00
Merge branch 'ogl-better-gpu-error' into 'next'
Improve OpenGL GDI Generic error message See merge request STJr/SRB2!1673
This commit is contained in:
commit
0ca74432f9
1 changed files with 3 additions and 1 deletions
|
@ -177,7 +177,9 @@ boolean OglSdlSurface(INT32 w, INT32 h)
|
|||
// Also set the renderer variable back to software so the next launch won't
|
||||
// repeat this error.
|
||||
CV_StealthSet(&cv_renderer, "Software");
|
||||
I_Error("OpenGL Error: Failed to access the GPU. There may be an issue with your graphics drivers.");
|
||||
I_Error("OpenGL Error: Failed to access the GPU. Possible reasons include:\n"
|
||||
"- GPU vendor has dropped OpenGL support on your GPU and OS. (Old GPU?)\n"
|
||||
"- GPU drivers are missing or broken. You may need to update your drivers.");
|
||||
}
|
||||
}
|
||||
first_init = true;
|
||||
|
|
Loading…
Reference in a new issue