Set multitap options to "disabled" by default
authornegativeExponent <negativeExponent@users.noreply.github.com>
Thu, 5 Nov 2020 09:48:28 +0000 (17:48 +0800)
committernegativeExponent <negativeExponent@users.noreply.github.com>
Thu, 5 Nov 2020 09:48:28 +0000 (17:48 +0800)
Due to moving input selector to frontend instead from the core options,
ports 3-8 can be always set to standard causing multitap to be auto-activated.
With multitaps enabled, some games would misbehave or inputs not working
at all for those that are not multiplayer capable.

Setting core option multitap1 and multitap2 to disable for now.

frontend/libretro_core_options.h

index 21f6783..ca61b27 100644 (file)
@@ -166,7 +166,7 @@ struct retro_core_option_definition option_defs_us[] = {
          { "enabled",  NULL },
          { NULL, NULL },
       },
-      "auto",
+      "disabled",
    },
    {
       "pcsx_rearmed_multitap2",
@@ -178,7 +178,7 @@ struct retro_core_option_definition option_defs_us[] = {
          { "enabled",  NULL },
          { NULL, NULL },
       },
-      "auto",
+      "disabled",
    },
    {
       "pcsx_rearmed_negcon_deadzone",