Fix bug with Quick Menu -> Controls

This commit is contained in:
twinaphex 2019-04-26 02:53:57 +02:00
parent 1f53eea4ee
commit cd11385348

View File

@ -6515,12 +6515,11 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
}
}
}
return count;
}
ret = 0;
info->need_refresh = true;
info->need_push = true;
break;
case DISPLAYLIST_OPTIONS_OVERRIDES: