Merge pull request #8084 from orbea/root_dir

Fix disk control and subsystems when navigating to the root directory.
This commit is contained in:
Twinaphex 2019-01-24 07:56:39 +01:00 committed by GitHub
commit 9df5a75045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8140,6 +8140,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, menu_displaylist
break;
case DISPLAYLIST_DEFAULT:
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, info->list);
load_content = false;
use_filebrowser = true;
break;
case DISPLAYLIST_CORES_DETECTED: