mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Cleanups
This commit is contained in:
parent
9e26332c48
commit
c6dd51da35
@ -1535,16 +1535,6 @@ bool task_push_load_content_from_cli(
|
|||||||
if (!task_load_content_callback(content_info, true, true))
|
if (!task_load_content_callback(content_info, true, true))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* If we launch content from CLI, we might want to push the
|
|
||||||
* Quick Menu here */
|
|
||||||
/* Push quick menu onto menu stack */
|
|
||||||
#ifdef HAVE_MENU
|
|
||||||
if (type != CORE_TYPE_DUMMY)
|
|
||||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_QUICK_MENU, NULL);
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user