Skip to content

Commit

Permalink
engine: client: add gles3compat to renderers list
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 3, 2023
1 parent c0ceab7 commit 0aa8a28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions engine/client/ref_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,9 @@ static void R_CollectRendererNames( void )
#if XASH_REF_GL4ES_ENABLED
"gl4es",
#endif
#if XASH_REF_GLES3COMPAT_ENABLED
"gles3compat",
#endif
#if XASH_REF_SOFT_ENABLED
"soft",
#endif
Expand All @@ -589,6 +592,9 @@ static void R_CollectRendererNames( void )
#if XASH_REF_GL4ES_ENABLED
"GL4ES",
#endif
#if XASH_REF_GLES3COMPAT_ENABLED
"GLES3 (gl2_shim)"
#endif
#if XASH_REF_SOFT_ENABLED
"Software",
#endif
Expand Down

0 comments on commit 0aa8a28

Please sign in to comment.