menu_content_ctl - change return value

This commit is contained in:
twinaphex 2016-02-11 01:55:23 +01:00
parent 2585145b10
commit b881908c91

View File

@ -318,5 +318,5 @@ bool menu_content_ctl(enum menu_content_ctl_state state, void *data)
break;
}
return false;
return true;
}