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
Stella
Commits
dc21b7ab
Commit
dc21b7ab
authored
Jan 10, 2021
by
thrust26
Browse files
fixed, extra joystick button mappings are for R77 only
parent
28c82747
Pipeline
#10017
passed with stages
in 2 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/common/PJoystickHandler.cxx
View file @
dc21b7ab
...
...
@@ -1128,14 +1128,14 @@ PhysicalJoystickHandler::EventMappingArray PhysicalJoystickHandler::DefaultRight
PhysicalJoystickHandler
::
EventMappingArray
PhysicalJoystickHandler
::
DefaultCommonMapping
=
{
// valid for all joysticks
//
#if defined(RETRON77)
#if defined(RETRON77)
{
Event
::
CmdMenuMode
,
3
},
// Note: buttons 0..2 are used by controllers!
{
Event
::
ExitMode
,
4
},
{
Event
::
OptionsMenuMode
,
5
},
{
Event
::
RewindPause
,
6
},
{
Event
::
ConsoleSelect
,
7
},
{
Event
::
ConsoleReset
,
8
},
//
#endif
#endif
};
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
...
...
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