Skip to content

Can't use SOCD 2nd/UP button Priority #114

@Dankle55

Description

@Dankle55

I set the socd_mode to SOCD_Dir2_Priority in config_defaults.hpp but the socd is still neutral.

GameModeConfig {
.mode_id = MODE_FGC,
.socd_pairs_count = 2,
.socd_pairs = {
SocdPair { .button_dir1 = BTN_LF3, .button_dir2 = BTN_LF1, .socd_type = SOCD_NEUTRAL },
SocdPair { .button_dir1 = BTN_LF2, .button_dir2 = BTN_LT1, .socd_type = SOCD_DIR2_PRIORITY },
},
.button_remapping_count = 1,
.button_remapping = {
ButtonRemap { .physical_button = BTN_RT4, .activates = BTN_LT1 },
},
.activation_binding_count = 3,
.activation_binding = { BTN_LT1, BTN_MB1, BTN_LF1 },
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions