mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-31 23:34:36 +00:00
Start preparing groundwork for custom labels
This commit is contained in:
parent
bcf74d9685
commit
b78dbf7453
@ -34,6 +34,16 @@ int menu_cbs_init_bind_label(menu_file_list_cbs_t *cbs,
|
|||||||
if (!cbs)
|
if (!cbs)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
if (cbs->enum_idx != MSG_UNKNOWN)
|
||||||
|
{
|
||||||
|
switch (cbs->enum_idx)
|
||||||
|
{
|
||||||
|
case 0:
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
BIND_ACTION_LABEL(cbs, action_bind_label_generic);
|
BIND_ACTION_LABEL(cbs, action_bind_label_generic);
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user