mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Buildfix for non-HAVE_MENU targets
This commit is contained in:
parent
6704a66a57
commit
cd90760b7b
@ -629,8 +629,10 @@ static bool content_load(content_ctx_info_t *info)
|
||||
content_clear_subsystem();
|
||||
}
|
||||
|
||||
#if defined(HAVE_MENU)
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
menu_shader_manager_init();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
command_event(CMD_EVENT_HISTORY_INIT, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user