Put this behind HAVE_LANGEXTRA

This commit is contained in:
twinaphex 2021-06-04 20:50:21 +02:00
parent 2edc6d6e6a
commit e44f0749a1

View File

@ -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;
}