mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add TODO/FIXME note
This commit is contained in:
parent
8206a751f0
commit
9087bc82a0
1 changed files with 4 additions and 0 deletions
|
@ -1501,10 +1501,14 @@ bool task_push_load_content_from_cli(
|
|||
if (!task_load_content_callback(content_info, true, true))
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue