RETRO_ENVIRONMENT_GET_LANGUAGE - Fixup note in libretro.h - takes

unsigned *, not const unsigned *
This commit is contained in:
twinaphex 2014-09-07 17:31:36 +02:00
parent 65a2b0c900
commit 97e30cce4f

View File

@ -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.
*/