mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Merge pull request #3209 from lakkatv/master
(Menu) Don't push the quick menu on playlists
This commit is contained in:
commit
daee8afa19
1 changed files with 2 additions and 0 deletions
|
@ -1931,6 +1931,8 @@ bool task_push_content_load_default(
|
|||
case CONTENT_MODE_LOAD_CONTENT_FROM_PLAYLIST_FROM_MENU:
|
||||
case CONTENT_MODE_LOAD_NOTHING_WITH_NEW_CORE_FROM_MENU:
|
||||
break;
|
||||
case CONTENT_MODE_LOAD_CONTENT_FROM_PLAYLIST_FROM_MENU:
|
||||
break;
|
||||
default:
|
||||
#ifdef HAVE_MENU
|
||||
if (type != CORE_TYPE_DUMMY && mode != CONTENT_MODE_LOAD_FROM_CLI)
|
||||
|
|
Loading…
Add table
Reference in a new issue