mirror of https://github.com/stella-emu/stella.git
fixed, extra joystick button mappings are for R77 only
This commit is contained in:
parent
28c8274777
commit
dc21b7ab2c
|
@ -1128,14 +1128,14 @@ PhysicalJoystickHandler::EventMappingArray PhysicalJoystickHandler::DefaultRight
|
||||||
PhysicalJoystickHandler::EventMappingArray
|
PhysicalJoystickHandler::EventMappingArray
|
||||||
PhysicalJoystickHandler::DefaultCommonMapping = {
|
PhysicalJoystickHandler::DefaultCommonMapping = {
|
||||||
// valid for all joysticks
|
// valid for all joysticks
|
||||||
//#if defined(RETRON77)
|
#if defined(RETRON77)
|
||||||
{Event::CmdMenuMode, 3}, // Note: buttons 0..2 are used by controllers!
|
{Event::CmdMenuMode, 3}, // Note: buttons 0..2 are used by controllers!
|
||||||
{Event::ExitMode, 4},
|
{Event::ExitMode, 4},
|
||||||
{Event::OptionsMenuMode, 5},
|
{Event::OptionsMenuMode, 5},
|
||||||
{Event::RewindPause, 6},
|
{Event::RewindPause, 6},
|
||||||
{Event::ConsoleSelect, 7},
|
{Event::ConsoleSelect, 7},
|
||||||
{Event::ConsoleReset, 8},
|
{Event::ConsoleReset, 8},
|
||||||
//#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue