mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Buildfix for non-HAVE_MENU targets
This commit is contained in:
parent
6704a66a57
commit
cd90760b7b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue