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
libretro-pocketcdg
Commits
8f36c7c0
Unverified
Commit
8f36c7c0
authored
Feb 20, 2018
by
Libretro-Admin
Committed by
GitHub
Feb 20, 2018
Browse files
Merge pull request #2 from Hedonium/master
Update libretro.c: Add input descriptor.
parents
bc2a7750
7678db65
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro.c
View file @
8f36c7c0
...
...
@@ -520,6 +520,7 @@ bool retro_load_game(const struct retro_game_info *info)
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_RIGHT
,
"Right"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_START
,
"Start"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_SELECT
,
"Pause"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_R
,
"Shutdown"
},
{
0
},
};
enum
retro_pixel_format
fmt
=
RETRO_PIXEL_FORMAT_RGB565
;
...
...
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