From dc21b7ab2c4dd3034b6b2aa3869a17c1c81ce27f Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sun, 10 Jan 2021 10:00:33 +0100 Subject: [PATCH] fixed, extra joystick button mappings are for R77 only --- src/common/PJoystickHandler.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/PJoystickHandler.cxx b/src/common/PJoystickHandler.cxx index 95af20879..14ad833d6 100644 --- a/src/common/PJoystickHandler.cxx +++ b/src/common/PJoystickHandler.cxx @@ -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 }; // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -