Merge pull request #7147 from alfrix/master

Bind sublabel cheat apply after load
This commit is contained in:
Twinaphex 2018-08-28 22:13:06 +02:00 committed by GitHub
commit 945f57e3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;