mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Do away with HAVE_MENU ifdef
This commit is contained in:
parent
6248b1f30a
commit
5cdda30d5a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user