mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Put this behind HAVE_LANGEXTRA
This commit is contained in:
parent
2edc6d6e6a
commit
e44f0749a1
@ -539,6 +539,7 @@ void msg_hash_set_uint(enum msg_hash_action type, unsigned val)
|
||||
|
||||
const char *msg_hash_get_wideglyph_str(void)
|
||||
{
|
||||
#ifdef HAVE_LANGEXTRA
|
||||
switch (uint_user_language)
|
||||
{
|
||||
case RETRO_LANGUAGE_CHINESE_SIMPLIFIED:
|
||||
@ -552,6 +553,7 @@ const char *msg_hash_get_wideglyph_str(void)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user