fixed, extra joystick button mappings are for R77 only

This commit is contained in:
thrust26 2021-01-10 10:00:33 +01:00
parent 28c8274777
commit dc21b7ab2c
1 changed files with 2 additions and 2 deletions

View File

@ -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
};
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -