X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=1dbcefada9e9ac324fa7a8e88f06d9b4bc5d99e4;hb=a88136c1afff1093e5278ac3a853e5fa5e36c80c;hp=e16246ff1fdb8c852ae7aff414c6d7c4f02662ab;hpb=f65750134e163ab96cb3f59a572fd9b9d07b87d0;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index e16246ff..1dbcefad 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -159,12 +159,12 @@ struct retro_core_option_definition option_defs_us[] = { { "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.", + "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.", { - { "disable", NULL }, - { "port 1 only", NULL }, - { "port 2 only", NULL }, - { "both", NULL }, + { "disabled", NULL }, + { "port 1", NULL }, + { "port 2", NULL }, + { "ports 1 and 2", NULL }, { NULL, NULL }, }, "disabled", @@ -887,17 +887,6 @@ struct retro_core_option_definition option_defs_us[] = { }, "simple", }, - { - "pcsx_rearmed_idiablofix", - "Diablo Music Fix", - NULL, - { - { "disabled", NULL }, - { "enabled", NULL }, - { NULL, NULL }, - }, - "disabled", - }, { "pcsx_rearmed_pe2_fix", "Parasite Eve 2/Vandal Hearts 1/2 Fix",