mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
sdl_gl_ctx: advertise GLSL support
This commit is contained in:
parent
13be887d2d
commit
ef0038de2a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue