mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Fix menu_hash_es.c if HAVE_NETWORKING is not defined - too many
arguments passed
This commit is contained in:
parent
e9ea6b1584
commit
e829c1802e
@ -2053,8 +2053,6 @@ int menu_hash_get_help_es(uint32_t hash, char *s, size_t len)
|
|||||||
"Puedes conseguir núcleos si los\n"
|
"Puedes conseguir núcleos si los\n"
|
||||||
"trasladas a mano en la carpeta\n"
|
"trasladas a mano en la carpeta\n"
|
||||||
"'%s'.",
|
"'%s'.",
|
||||||
menu_hash_to_str(MENU_LABEL_VALUE_ONLINE_UPDATER),
|
|
||||||
menu_hash_to_str(MENU_LABEL_VALUE_CORE_UPDATER_LIST),
|
|
||||||
menu_hash_to_str(MENU_LABEL_VALUE_LIBRETRO_DIR_PATH)
|
menu_hash_to_str(MENU_LABEL_VALUE_LIBRETRO_DIR_PATH)
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user