mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
sdl_gl_ctx: advertise GLSL support
This commit is contained in:
parent
13be887d2d
commit
ef0038de2a
@ -407,6 +407,8 @@ static uint32_t sdl_ctx_get_flags(void *data)
|
||||
{
|
||||
uint32_t flags = 0;
|
||||
|
||||
BIT32_SET(flags, GFX_CTX_FLAGS_SHADERS_GLSL);
|
||||
|
||||
return flags;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user