return true here

This commit is contained in:
Twinaphex 2016-02-10 03:35:13 +01:00
parent dd0136e2d5
commit 8c910b73dc

View File

@ -676,7 +676,7 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
return false;
}
}
break;
return true;
case RARCH_MENU_CTL_LOAD_NO_CONTENT_GET:
{
bool **ptr = (bool**)data;