Skip to content

Commit

Permalink
renderer/glimp: new GL detection and selection code
Browse files Browse the repository at this point in the history
- detect best configuration possible
- try custom configuration if exists
- if no custom configuration or it fails,
  load the best configuration possible
  • Loading branch information
illwieckz committed Jun 6, 2021
1 parent 5416e9b commit f211558
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 146 deletions.
2 changes: 1 addition & 1 deletion src/engine/client/cl_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@ void CL_StartHunkUsers()
if ( !cls.rendererStarted )
{
CL_ShutdownRef();
Sys::Error( "Couldn't load a renderer" );
Sys::Error( "Couldn't load a renderer." );
}

if ( !Audio::Init() ) {
Expand Down
Loading

0 comments on commit f211558

Please sign in to comment.