Set multitap options disabled by default, prevent previous defaults from being accide...
[pcsx_rearmed.git] / frontend / libretro_core_options.h
index 21f6783..cf89605 100644 (file)
@@ -161,24 +161,24 @@ struct retro_core_option_definition option_defs_us[] = {
       "Multitap 1 (Restart)",
       "Enables/Disables multitap on port 1, allowing upto 5 players in games that permit it.",
       {
-         { "auto",     NULL },
+         { "automatic",     NULL },
          { "disabled", NULL },
          { "enabled",  NULL },
          { NULL, NULL },
       },
-      "auto",
+      "disabled",
    },
    {
       "pcsx_rearmed_multitap2",
       "Multitap 2 (Restart)",
       "Enables/Disables multitap on port 2, allowing up to 8 players in games that permit it. Multitap 1 has to be enabled for this to work.",
       {
-         { "auto",     NULL },
+         { "automatic",     NULL },
          { "disabled", NULL },
          { "enabled",  NULL },
          { NULL, NULL },
       },
-      "auto",
+      "disabled",
    },
    {
       "pcsx_rearmed_negcon_deadzone",