From e44f0749a1cdeab6b8ab014c306f90e98def1708 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 4 Jun 2021 20:50:21 +0200 Subject: [PATCH] Put this behind HAVE_LANGEXTRA --- msg_hash.c | 2 ++ 1 file changed, 2 insertions(+) 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; }