mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Bind sublabel cheat apply after load
This commit is contained in:
parent
d160775263
commit
2d9f00f358
@ -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);
|
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_show_wimp);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
case MENU_ENUM_SUBLABEL_CHEAT_APPLY_AFTER_LOAD:
|
||||||
|
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_cheat_apply_after_load);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
case MSG_UNKNOWN:
|
case MSG_UNKNOWN:
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user