mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
fix #7002
This commit is contained in:
parent
e3235eeef4
commit
0b8e39dd6b
@ -505,6 +505,8 @@ static int menu_cbs_init_bind_left_compare_label(menu_file_list_cbs_t *cbs,
|
||||
{
|
||||
switch (cbs->enum_idx)
|
||||
{
|
||||
case MENU_ENUM_LABEL_SUBSYSTEM_ADD:
|
||||
case MENU_ENUM_LABEL_SUBSYSTEM_LOAD:
|
||||
case MENU_ENUM_LABEL_CONNECT_NETPLAY_ROOM:
|
||||
BIND_ACTION_LEFT(cbs, action_left_mainmenu);
|
||||
break;
|
||||
|
@ -634,6 +634,8 @@ static int menu_cbs_init_bind_right_compare_label(menu_file_list_cbs_t *cbs,
|
||||
{
|
||||
switch (cbs->enum_idx)
|
||||
{
|
||||
case MENU_ENUM_LABEL_SUBSYSTEM_ADD:
|
||||
case MENU_ENUM_LABEL_SUBSYSTEM_LOAD:
|
||||
case MENU_ENUM_LABEL_CONNECT_NETPLAY_ROOM:
|
||||
BIND_ACTION_RIGHT(cbs, action_right_mainmenu);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user