sagefantasma / MGS2-Cheat-Trainer

Just a simple Cheat Trainer C# VS Form for MGS2 on the Master Collection.
MIT License
4 stars 1 forks source link

Allow users to create their own button schema for app controller navigation #20

Closed sagefantasma closed 5 months ago

sagefantasma commented 9 months ago

Right now, users are stuck with what I thought was the "best" for controller inputs to navigate the menus. It would be much better if the users had a way to choose their own button behaviors/combos. Should be a rather simple endeavor with the ControllerInterpreter to remap buttons & functions, but button combinations are a bit more difficult as the Start+Select combo is currently hard-coded.