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
Fmsx
Commits
e6bcda49
Unverified
Commit
e6bcda49
authored
Feb 16, 2018
by
Libretro-Admin
Committed by
GitHub
Feb 16, 2018
Browse files
Merge pull request #36 from garbear/missing-keys
Add missing keys from libretro API
parents
5920b540
d9988398
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro.c
View file @
e6bcda49
...
...
@@ -180,10 +180,10 @@ keymap_t keymap[] =
{
RETROK_x
,
'x'
},
{
RETROK_y
,
'y'
},
{
RETROK_z
,
'z'
},
{
RETROK_
UNKNOWN
,
'{'
},
{
RETROK_
UNKNOWN
,
'|'
},
{
RETROK_
UNKNOWN
,
'}'
},
{
RETROK_
UNKNOWN
,
'~'
},
{
RETROK_
LEFTBRACE
,
'{'
},
{
RETROK_
BAR
,
'|'
},
{
RETROK_
RIGHTBRACE
,
'}'
},
{
RETROK_
TILDE
,
'~'
},
/* { RETROK_DELETE, 0x7F }, DEL? */
{
RETROK_KP8
,
KBD_NUMPAD8
},
{
RETROK_KP9
,
KBD_NUMPAD9
}
...
...
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