Ifdef shader_manager_init function call invocation

This commit is contained in:
twinaphex 2013-09-27 18:54:47 +02:00
parent 5040f852ef
commit 2ddbbcd85e

View File

@ -544,7 +544,9 @@ bool load_menu_game(void)
// Update menu state which depends on config.
menu_update_libretro_info();
menu_init_history();
#ifdef HAVE_SHADER_MANAGER
shader_manager_init(rgui);
#endif
return true;
}
else