mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #2892 from t-paul/fix
Ensure the menu shader is activated.
This commit is contained in:
commit
d0153fb024
@ -548,6 +548,7 @@ bool menu_display_ctl(enum menu_display_ctl_state state, void *data)
|
||||
#if defined(HAVE_GLSL) || defined(HAVE_CG) || defined(HAVE_HLSL)
|
||||
shader_info.data = NULL;
|
||||
shader_info.idx = VIDEO_SHADER_MENU;
|
||||
shader_info.set_active = true;
|
||||
|
||||
video_shader_driver_ctl(SHADER_CTL_USE, &shader_info);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user