mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix Coverity error - forgot a break
This commit is contained in:
parent
155c48d7fe
commit
7617e3efd2
@ -1746,6 +1746,7 @@ int menu_cbs_init_bind_sublabel(menu_file_list_cbs_t *cbs,
|
||||
break;
|
||||
case MENU_ENUM_LABEL_CORE_DELETE:
|
||||
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_core_delete);
|
||||
break;
|
||||
case MENU_ENUM_LABEL_ACHIEVEMENT_PAUSE:
|
||||
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_pause_hardcode_mode);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user