Skip to content

Commit

Permalink
Update core option label
Browse files Browse the repository at this point in the history
- Shorten option description and make key label more descriptive
- This should reflect the proposed changes on the docs page
  • Loading branch information
negativeExponent committed Dec 25, 2019
1 parent 4e679ec commit 6530e22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static void check_variables(void)
{
struct retro_variable var = {0};

var.key = "lynx_rotate";
var.key = "lynx_rot_screen";
var.value = NULL;

if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value) {
Expand Down
4 changes: 2 additions & 2 deletions libretro_core_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ struct retro_core_option_definition option_defs_us[] = {
* Adding more variables and rearranging them is safe. */

{
"lynx_rotate",
"Auto-rotate screen and button mappings",
"lynx_rot_screen",
"Auto-rotate Screen",
"Virtually rotate screen orientation and keymaps automatically for known games. When disabled, screen rotation is manually adjusted by pressing the SELECT button.",
{
{ "enabled", NULL },
Expand Down

0 comments on commit 6530e22

Please sign in to comment.