You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config parser is memory inefficient and (apparently) doesn't correctly support button combos.
Maybe an std::array with std::string_view can be used in the button matching code?