Do away with HAVE_MENU ifdef

This commit is contained in:
twinaphex 2020-07-12 15:48:21 +02:00
parent 6248b1f30a
commit 5cdda30d5a

View File

@ -2245,9 +2245,7 @@ bool task_push_load_content_with_core_from_menu(
/* Load content */
if (!task_load_content_internal(content_info, true, false, false))
{
#ifdef HAVE_MENU
retroarch_menu_running();
#endif
return false;
}