mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(Menu) Buildfix
This commit is contained in:
parent
ca25d00e49
commit
0f315f472e
@ -1143,7 +1143,7 @@ static const char *menu_hash_to_str_portuguese(uint32_t hash)
|
||||
return "load_content_default";
|
||||
case MENU_LABEL_VALUE_LOAD_CONTENT:
|
||||
return "Carregar Conteúdo"; /* FIXME */
|
||||
case MENU_LABEL_UNLOAD_CORE:
|
||||
case MENU_LABEL_CLOSE_CONTENT:
|
||||
return "unload_core";
|
||||
case MENU_LABEL_VALUE_CLOSE_CONTENT:
|
||||
return "Descarregar Core"; /* FIXME */
|
||||
|
Loading…
Reference in New Issue
Block a user