Update libretro-common and add Irish language in binding-sandbox.cpp

This commit is contained in:
刘皓 2025-07-13 20:59:33 -04:00
parent 3ad87cdca2
commit accb5948ea
No known key found for this signature in database
GPG key ID: 7901753DB465B711
2 changed files with 2 additions and 1 deletions

View file

@ -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<struct rb_str_new_cstr>()()(str);

View file

@ -1,5 +1,5 @@
[wrap-git]
url = https://github.com/libretro/libretro-common
revision = ad9124f1ecc5d0092fd285cbf9c4ffac317b1a65
revision = 528d493a3cc4b6dd4dc492739b8654b4faed0573
depth = 1
patch_directory = libretro-common