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-minivmac
Commits
e118c7fc
Commit
e118c7fc
authored
Jan 25, 2022
by
Vladimir Serbinenko
Browse files
MAke inputDescriptors static
parent
357e8b36
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro/libretro-core.c
View file @
e118c7fc
...
@@ -480,7 +480,7 @@ void retro_init(void)
...
@@ -480,7 +480,7 @@ void retro_init(void)
exit
(
0
);
exit
(
0
);
}
}
struct
retro_input_descriptor
inputDescriptors
[]
=
{
static
struct
retro_input_descriptor
inputDescriptors
[]
=
{
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_A
,
"A"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_A
,
"A"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_B
,
"B"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_B
,
"B"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_X
,
"X"
},
{
0
,
RETRO_DEVICE_JOYPAD
,
0
,
RETRO_DEVICE_ID_JOYPAD_X
,
"X"
},
...
...
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