Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
tyrquake
Commits
d80db75a
Commit
d80db75a
authored
Sep 16, 2019
by
Tatsuya79
Committed by
Libretro-Admin
Sep 16, 2019
Browse files
fix invert axis (#81)
parent
6bd173ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/libretro_core_options.h
View file @
d80db75a
...
...
@@ -94,16 +94,11 @@ struct retro_core_option_definition option_defs_us[] = {
"Invert Y Axis"
,
"Invert the gamepad right analog stick's Y axis."
,
{
{
"0"
,
NULL
},
{
"5"
,
NULL
},
{
"10"
,
NULL
},
{
"15"
,
NULL
},
{
"20"
,
NULL
},
{
"25"
,
NULL
},
{
"30"
,
NULL
},
{
"disabled"
,
"Disabled"
},
{
"enabled"
,
"Enabled"
},
{
NULL
,
NULL
},
},
"
15
"
"
disabled
"
},
{
"tyrquake_analog_deadzone"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment