Open j-zhao opened 1 month ago
Mockup: Add one additional setting to default to Global Gamepad setting
As a breadcrumb you will be looking at adding something new to ProfileOptions in the protobuf structure. I don't have an opinion currently on if that should be more GamepadOptions (most fields of which would be ignored in the profiles) or a new structure (which might suggest GamepadOptions needs a refactoring) but be aware that is a critical element of how to do this.
Problem
Different games have different optimal SOCD resolution (e.g. neutral for SF6, vs SOCD-U for tag fighters). Often times, this warrants changing a profile as well as inputting a shortcut on the device to change SOCD.
Solution
Store SOCD settings alongside a profile. This allows a few improvements:
Do you plan to work on this feature yourself?
Yes. I will create a PR to kick things off, and will engage w/ the community and Discord to get this merged.
Notes