mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Put this behind HAVE_LANGEXTRA
This commit is contained in:
parent
2edc6d6e6a
commit
e44f0749a1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue