Buildfix for non-HAVE_MENU targets

This commit is contained in:
twinaphex 2019-07-21 01:13:08 +02:00
parent 6704a66a57
commit cd90760b7b

View File

@ -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);