Skip to content

Commit 9d9d8c1

Browse files
committed
xrRender_console: Enable ultra and extreme quality settings for OpenGL.
1 parent 3e48415 commit 9d9d8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Layers/xrRender/xrRender_console.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ xr_token qssao_token [ ]={
3737
{ "st_opt_low", 1 },
3838
{ "st_opt_medium", 2 },
3939
{ "st_opt_high", 3 },
40-
#if defined(USE_DX10) || defined(USE_DX11)
40+
#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
4141
{ "st_opt_ultra", 4 },
4242
#endif
4343
{ 0, 0 }
@@ -48,7 +48,7 @@ xr_token qsun_quality_token [ ]={
4848
{ "st_opt_low", 0 },
4949
{ "st_opt_medium", 1 },
5050
{ "st_opt_high", 2 },
51-
#if defined(USE_DX10) || defined(USE_DX11)
51+
#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
5252
{ "st_opt_ultra", 3 },
5353
{ "st_opt_extreme", 4 },
5454
#endif // USE_DX10

0 commit comments

Comments
 (0)