implify multitap core options
[pcsx_rearmed.git] / frontend / libretro_core_options.h
index ca61b27..e16246f 100644 (file)
@@ -157,25 +157,14 @@ struct retro_core_option_definition option_defs_us[] = {
       "1.00",
    },
    {
-      "pcsx_rearmed_multitap1",
-      "Multitap 1 (Restart)",
-      "Enables/Disables multitap on port 1, allowing upto 5 players in games that permit it.",
+      "pcsx_rearmed_multitap",
+      "Multitap Mode (Restart)",
+      "Enables/Disables multitap on port 1 and/or port 2, allowing upto 5 players in games that permit it.",
       {
-         { "auto",     NULL },
-         { "disabled", NULL },
-         { "enabled",  NULL },
-         { NULL, NULL },
-      },
-      "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 },
-         { "disabled", NULL },
-         { "enabled",  NULL },
+         { "disable",     NULL },
+         { "port 1 only", NULL },
+         { "port 2 only", NULL },
+         { "both",        NULL },
          { NULL, NULL },
       },
       "disabled",