blawar / ooot

GNU General Public License v2.0
698 stars 92 forks source link

Ignore invert for RightStick C-Buttons #271

Closed ghost closed 2 years ago

blawar commented 2 years ago

There is no need for all of that logic, simply wrap the code block that sets the invert flag around a single if statement that checks if cButtonsOnRightStick is set. should be lines 238 through 246

https://github.com/blawar/ooot/blob/dev/src/port/controller/controller.cpp#L238

ghost commented 2 years ago

Guessing that's the way you wanted? Works as intended