fix event for R77

This commit is contained in:
thrust26 2019-05-05 12:51:57 +02:00
parent 888aa393d6
commit e7d75ae408
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ void PhysicalJoystickHandler::setStickDefaultMapping(int stick,
setDefaultBtn(stick, 2, Event::CmdMenuMode);
setDefaultBtn(stick, 3, Event::OptionsMenuMode);
setDefaultBtn(stick, 4, Event::LauncherMode);
setDefaultBtn(stick, 5, Event::Rewind10);
setDefaultBtn(stick, 5, Event::Rewind);
#endif
break;
default: