diff --git a/msg_hash.c b/msg_hash.c index abbc02a9b1..71f6dcb4e7 100644 --- a/msg_hash.c +++ b/msg_hash.c @@ -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; }