X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Flibretro_core_options.h;h=e16246ff1fdb8c852ae7aff414c6d7c4f02662ab;hb=f65750134e163ab96cb3f59a572fd9b9d07b87d0;hp=21f6783d9d1ee3f2e524f85c59bf52d28c38331e;hpb=8b1966efee9bd5da1a882ea82d780022d6f6bb0c;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 21f6783d..e16246ff 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -157,28 +157,17 @@ 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 }, - }, - "auto", - }, - { - "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 }, }, - "auto", + "disabled", }, { "pcsx_rearmed_negcon_deadzone",