From 97e30cce4f45a507f48bd3714a05dd07a9252844 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 7 Sep 2014 17:31:36 +0200 Subject: [PATCH] RETRO_ENVIRONMENT_GET_LANGUAGE - Fixup note in libretro.h - takes unsigned *, not const unsigned * --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index fa2ea66673..16c274a1a9 100755 --- a/libretro.h +++ b/libretro.h @@ -847,7 +847,7 @@ enum retro_mod * a default username should be specified by the core. */ #define RETRO_ENVIRONMENT_GET_LANGUAGE 39 - /* const unsigned * -- + /* unsigned * -- * Returns the specified language of the frontend, if specified by the user. * It can be used by the core for localization purposes. */