switch: enable r_vbo_dlightmode by default

This commit is contained in:
fgsfds 2021-05-26 20:00:28 +03:00 committed by Alibek Omarov
parent 23df8c11a3
commit 02e74e7022
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ static void R_CheckVBO( void )
if( glConfig.max_texture_units < 3 )
disable = true;
#ifdef XASH_MOBILE_PLATFORM
#if defined XASH_MOBILE_PLATFORM && !defined XASH_NSWITCH
// VideoCore4 drivers have a problem with mixing VBO and client arrays
// Disable it, as there is no suitable workaround here
if( Q_stristr( glConfig.renderer_string, "VideoCore IV" ) || Q_stristr( glConfig.renderer_string, "vc4" ) )