minor backend update.

This commit is contained in:
Christoph Oelckers 2023-12-28 21:12:24 +01:00
parent 542997a967
commit d352f564db
7 changed files with 8 additions and 6 deletions

View file

@ -103,8 +103,9 @@ CUSTOM_CVAR(Int, vid_preferbackend, 1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_N
{
#ifdef HAVE_GLES2
case 3:
case 2:
self = 2;
return; // beware of recursions here. Assigning to 'self' will recursively call this handler again.
case 2:
Printf("Selecting OpenGLES 2.0 backend...\n");
break;
#endif