Bind sublabel cheat apply after load

This commit is contained in:
Alfrix 2018-08-28 16:37:48 -03:00
parent d160775263
commit 2d9f00f358

View File

@ -1949,6 +1949,9 @@ int menu_cbs_init_bind_sublabel(menu_file_list_cbs_t *cbs,
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_show_wimp);
break;
#endif
case MENU_ENUM_SUBLABEL_CHEAT_APPLY_AFTER_LOAD:
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_cheat_apply_after_load);
break;
default:
case MSG_UNKNOWN:
return -1;