mirror of https://github.com/stella-emu/stella.git
parent
a9cd833975
commit
60519dbc6a
|
@ -47,6 +47,7 @@ BoosterGrip::BoosterGrip(Jack jack, const Event& event, const System& system)
|
|||
myXAxisValue = Event::SARightAxis0Value;
|
||||
myYAxisValue = Event::SARightAxis1Value;
|
||||
}
|
||||
updateAnalogPin(Five, maximumResistance);
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
|
@ -42,8 +42,8 @@ Genesis::Genesis(Jack jack, const Event& event, const System& system)
|
|||
myFire2Event = Event::JoystickOneFire5;
|
||||
}
|
||||
|
||||
updateAnalogPin(Five, minimumResistance); // TJ: This code is missing for the Booster Grip, so why is it here?
|
||||
updateAnalogPin(Nine, minimumResistance); // TJ: Do we need this?
|
||||
updateAnalogPin(Five, minimumResistance);
|
||||
updateAnalogPin(Nine, minimumResistance);
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue