Hello! I'm not sure whether to report this here or in SymphonyRecomp.
When using a Nintendo Switch Pro controller, the buttons are positioned wrongly. Since the ABXY positions SDL uses are based on the lettering on the face buttons, the default controls are scrambled compared to the PS button placement.
I think this is because SDL2 needsSDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS to be disabled.
Hello! I'm not sure whether to report this here or in SymphonyRecomp.
When using a Nintendo Switch Pro controller, the buttons are positioned wrongly. Since the ABXY positions SDL uses are based on the lettering on the face buttons, the default controls are scrambled compared to the PS button placement.
I think this is because SDL2 needs
SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELSto be disabled.