(Menu) Fix Core Input Remapping Options

This commit is contained in:
twinaphex 2015-06-19 04:47:33 +02:00
parent bd7d5a4719
commit 1c2de5f085

View File

@ -211,6 +211,8 @@ static const char *menu_hash_to_str_english(uint32_t hash)
return "Dynamic Wallpaper";
case MENU_LABEL_VALUE_BOXART:
return "Display Boxart";
case MENU_LABEL_CORE_INPUT_REMAPPING_OPTIONS:
return "core_input_remapping_options";
case MENU_LABEL_VALUE_CORE_INPUT_REMAPPING_OPTIONS:
return "Core Input Remapping Options";
case MENU_LABEL_VIDEO_OPTIONS: