Skip to content

core: Let pad mode switch events always go through MetaInputSettings

Carlos Garnacho requested to merge wip/carlosg/update-pad-osd-actions into master

We used to inhibit all pad actions while the OSD is shown, but one we would actually want to handle are mode switches while the OSD is open. So it has an opportunity to catch up to the mode switch.

This lets MetaInputSettings reflect the mode switch (eg. when querying action labels), so the OSD has an opportunity to update the current actions.

Merge request reports