This commit is contained in:
twinaphex 2016-06-18 03:51:54 +02:00
parent 3ee6a64b8c
commit 7e675b4f8a
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ int menu_cbs_init_bind_refresh(menu_file_list_cbs_t *cbs,
switch (label_hash)
{
case 0:
default:
BIND_ACTION_REFRESH(cbs, action_refresh_default);
break;

View File

@ -1840,6 +1840,7 @@ bool task_push_content_load_default(
/* Fork core? */
switch (mode)
{
case 0:
default:
if (!frontend_driver_set_fork(FRONTEND_FORK_CORE))
return false;