mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 09:32:58 +00:00
update missing part in msg_hash.c
This commit is contained in:
parent
a7bdabd133
commit
5926f00b67
@ -165,6 +165,8 @@ const char *get_user_language_iso639_1(bool limit)
|
||||
return "he";
|
||||
case RETRO_LANGUAGE_ASTURIAN:
|
||||
return "ast";
|
||||
case RETRO_LANGUAGE_FINNISH:
|
||||
return "fi";
|
||||
}
|
||||
return "en";
|
||||
}
|
||||
@ -242,6 +244,9 @@ const char *msg_hash_to_str(enum msg_hash_enums msg)
|
||||
case RETRO_LANGUAGE_ASTURIAN:
|
||||
ret = msg_hash_to_str_ast(msg);
|
||||
break;
|
||||
case RETRO_LANGUAGE_FINNISH:
|
||||
ret = msg_hash_to_str_fi(msg);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user