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
RACE
Commits
7ad60734
Unverified
Commit
7ad60734
authored
Apr 24, 2020
by
Libretro-Admin
Committed by
GitHub
Apr 24, 2020
Browse files
Merge pull request #16 from jdgleaver/input-fix
Fix input mapping typo
parents
fc41e50a
49c64dff
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro/libretro.cpp
View file @
7ad60734
...
...
@@ -55,7 +55,7 @@ static map btn_map[] = {
{
RETRO_DEVICE_ID_JOYPAD_LEFT
,
0x04
},
{
RETRO_DEVICE_ID_JOYPAD_UP
,
0x01
},
{
RETRO_DEVICE_ID_JOYPAD_DOWN
,
0x02
},
{
RETRO_DEVICE_ID_JOYPAD_S
ELEC
T
,
0x40
},
{
RETRO_DEVICE_ID_JOYPAD_S
TAR
T
,
0x40
},
};
unsigned
retro_api_version
(
void
)
...
...
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