libretro-mirrors / libretro-arb

For proposed improvements to libretro API.
8 stars 2 forks source link

Help text for RETRO_ENVIRONMENT_SET_VARIABLES #18

Closed mprobinson closed 9 years ago

mprobinson commented 9 years ago

There should be some way for RETRO_ENVIRONMENT_SET_VARIABLES to provide help text for core options, so that the frontend can show it like the help text for frontend options.

Alcaro commented 9 years ago

That sounds pretty much exactly like the description I added to the variables.

/* Variable name, to show the user. Suitable for GUIs.
* Example: Game Boy colorization */
const char *pub_name;
/* Variable description. Suitable as a second line in GUIs.
* Example: Emulate fake colors on black&white games. */
const char *description;
mprobinson commented 9 years ago

Excellent, already fixed in V2.