File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,11 @@ MultiplayerMenu::MultiplayerMenu()
27
27
add_label (_ (" Multiplayer" ));
28
28
add_hl ();
29
29
30
- auto & automanage_item = add_toggle (-1 , _ (" Auto-manage Players" ), &g_config->multiplayer_auto_manage_players );
31
- automanage_item.set_help (_ (" Automatically add and remove players when controllers are plugged or unplugged" ));
30
+ add_toggle (-1 , _ (" Auto-manage Players" ), &g_config->multiplayer_auto_manage_players )
31
+ .set_help (_ (" Automatically add and remove players when controllers are plugged or unplugged" ));
32
+
33
+ add_toggle (-2 , _ (" Allow Multibind" ), &g_config->multiplayer_multibind )
34
+ .set_help (_ (" Allow binding multiple joysticks to a single player" ));
32
35
33
36
add_submenu (_ (" Manage Players" ), MenuStorage::MULTIPLAYER_PLAYERS_MENU);
34
37
You can’t perform that action at this time.
0 commit comments