-
-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Description
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
Labels
No labels