diff --git a/binding-sandbox/binding-sandbox.cpp b/binding-sandbox/binding-sandbox.cpp index 6ae40875..884fbec1 100644 --- a/binding-sandbox/binding-sandbox.cpp +++ b/binding-sandbox/binding-sandbox.cpp @@ -384,6 +384,7 @@ static VALUE user_language(VALUE self) { case RETRO_LANGUAGE_BELARUSIAN: str = "be_BY"; break; case RETRO_LANGUAGE_GALICIAN: str = "gl_ES"; break; case RETRO_LANGUAGE_NORWEGIAN: str = "no_NO"; break; + case RETRO_LANGUAGE_IRISH: str = "ga_IE"; break; } return sb()->bind()()(str); diff --git a/subprojects/libretro-common.wrap b/subprojects/libretro-common.wrap index ef0e60bc..04bd7a72 100644 --- a/subprojects/libretro-common.wrap +++ b/subprojects/libretro-common.wrap @@ -1,5 +1,5 @@ [wrap-git] url = https://github.com/libretro/libretro-common -revision = ad9124f1ecc5d0092fd285cbf9c4ffac317b1a65 +revision = 528d493a3cc4b6dd4dc492739b8654b4faed0573 depth = 1 patch_directory = libretro-common