mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
RETRO_ENVIRONMENT_GET_LANGUAGE - Fixup note in libretro.h - takes
unsigned *, not const unsigned *
This commit is contained in:
parent
65a2b0c900
commit
97e30cce4f
@ -847,7 +847,7 @@ enum retro_mod
|
|||||||
* a default username should be specified by the core.
|
* a default username should be specified by the core.
|
||||||
*/
|
*/
|
||||||
#define RETRO_ENVIRONMENT_GET_LANGUAGE 39
|
#define RETRO_ENVIRONMENT_GET_LANGUAGE 39
|
||||||
/* const unsigned * --
|
/* unsigned * --
|
||||||
* Returns the specified language of the frontend, if specified by the user.
|
* Returns the specified language of the frontend, if specified by the user.
|
||||||
* It can be used by the core for localization purposes.
|
* It can be used by the core for localization purposes.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user