X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=813e30abc67a0631187c55b84a245d560a7c7c17;hb=9361a5aa4fef73e06bc78b7c462eb28a7d12e3d0;hp=ca61b27647cb32ab0648c5b5f38862a17e17f7bd;hpb=fcaea7487a44f1f9daf96a74174d39f0e208a7c7;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index ca61b276..813e30ab 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -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)", + "Sets the playstation multitap peripheral to either controller port 1 or controller port 2 to support of upto 5 players simultaneously, or on both for upto 8 players simultaneously. Option depends on games that has support for multitap feature. Leave option on disabled if not such compatible games to avoid any input-related problems.", { - { "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 }, + { "disabled", NULL }, + { "port 1", NULL }, + { "port 2", NULL }, + { "ports 1 and 2", NULL }, { NULL, NULL }, }, "disabled",