mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Update msg_hash_ko.c
This commit is contained in:
parent
b8020c0c21
commit
d019855439
@ -1957,7 +1957,7 @@ int menu_hash_get_help_ko_enum(enum msg_hash_enums msg, char *s, size_t len) {
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
static const char *menu_hash_to_str_us_label_enum(enum msg_hash_enums msg)
|
||||
static const char *menu_hash_to_str_ko_label_enum(enum msg_hash_enums msg)
|
||||
{
|
||||
if (msg <= MENU_ENUM_LABEL_INPUT_HOTKEY_BIND_END &&
|
||||
msg >= MENU_ENUM_LABEL_INPUT_HOTKEY_BIND_BEGIN)
|
||||
@ -1984,7 +1984,7 @@ static const char *menu_hash_to_str_us_label_enum(enum msg_hash_enums msg)
|
||||
|
||||
const char *msg_hash_to_str_ko(enum msg_hash_enums msg) {
|
||||
#ifdef HAVE_MENU
|
||||
const char *ret = menu_hash_to_str_us_label_enum(msg);
|
||||
const char *ret = menu_hash_to_str_ko_label_enum(msg);
|
||||
|
||||
if (ret && !string_is_equal(ret, "null"))
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user